From a33b8354b8328a1e955b83fc905601468e679058 Mon Sep 17 00:00:00 2001 From: "Erik C. Thauvin" Date: Thu, 21 Apr 2022 23:57:51 -0700 Subject: [PATCH] Updated dependcies --- .idea/codeStyles/Project.xml | 6 ---- .idea/inspectionProfiles/Project_Default.xml | 38 +++++++++++++++++++- .idea/misc.xml | 6 +--- build.gradle | 8 ++--- version.properties | 6 ++-- 5 files changed, 45 insertions(+), 19 deletions(-) diff --git a/.idea/codeStyles/Project.xml b/.idea/codeStyles/Project.xml index 36a760f..1bec35e 100644 --- a/.idea/codeStyles/Project.xml +++ b/.idea/codeStyles/Project.xml @@ -1,12 +1,6 @@ - \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml index bd2fb6f..cbfe0de 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -1,9 +1,5 @@ - - - - - + \ No newline at end of file diff --git a/build.gradle b/build.gradle index b5bb5a9..5ff9a71 100644 --- a/build.gradle +++ b/build.gradle @@ -2,11 +2,11 @@ plugins { id 'application' id 'com.github.ben-manes.versions' version '0.42.0' id 'idea' - id 'io.gitlab.arturbosch.detekt' version '1.19.0' + id 'io.gitlab.arturbosch.detekt' version '1.20.0' id 'java' id 'net.thauvin.erik.gradle.semver' version '1.0.4' - id 'org.jetbrains.kotlin.jvm' version '1.6.20' - id 'org.jetbrains.kotlin.kapt' version '1.6.20' + id 'org.jetbrains.kotlin.jvm' version '1.6.21' + id 'org.jetbrains.kotlin.kapt' version '1.6.21' id 'org.jetbrains.kotlinx.kover' version '0.5.0' id 'org.sonarqube' version '3.3' id 'pmd' @@ -59,7 +59,7 @@ dependencies { // Kotlin implementation platform('org.jetbrains.kotlin:kotlin-bom') implementation 'org.jetbrains.kotlin:kotlin-stdlib-jdk8' - implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.0' + implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.1' // Logging implementation 'org.slf4j:slf4j-api:1.7.36' diff --git a/version.properties b/version.properties index 5f5717e..9129fd0 100644 --- a/version.properties +++ b/version.properties @@ -1,9 +1,9 @@ #Generated by the Semver Plugin for Gradle -#Fri Apr 01 20:02:02 PDT 2022 -version.buildmeta=219 +#Tue Apr 19 17:22:30 PDT 2022 +version.buildmeta=221 version.major=0 version.minor=8 version.patch=0 version.prerelease=rc version.project=mobibot -version.semver=0.8.0-rc+219 +version.semver=0.8.0-rc+221