Updated dependencies.

This commit is contained in:
Erik C. Thauvin 2022-01-01 06:37:44 -08:00
parent bc2a427f48
commit dfc711b180
3 changed files with 9 additions and 9 deletions

View file

@ -1,13 +1,13 @@
plugins {
id 'application'
id 'com.github.ben-manes.versions' version '0.39.0'
id 'com.github.ben-manes.versions' version '0.40.0'
id 'idea'
id 'io.gitlab.arturbosch.detekt' version '1.19.0'
id 'java'
id 'net.thauvin.erik.gradle.semver' version '1.0.4'
id 'org.jetbrains.kotlin.jvm' version '1.6.10'
id 'org.jetbrains.kotlin.kapt' version '1.6.10'
id 'org.jetbrains.kotlinx.kover' version '0.4.3'
id 'org.jetbrains.kotlinx.kover' version '0.4.4'
id 'org.sonarqube' version '3.3'
id 'pmd'
}
@ -27,7 +27,7 @@ def isNonStable = { String version ->
mainClassName = packageName + '.Mobibot'
ext.versions = [
log4j: '2.17.0',
log4j: '2.17.1',
pmd : '6.41.0',
]
@ -51,7 +51,7 @@ dependencies {
implementation 'com.google.guava:guava:31.0.1-jre'
implementation(platform("org.jetbrains.kotlin:kotlin-bom"))
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.0-RC'
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.0'
implementation "org.apache.logging.log4j:log4j-api:$versions.log4j"
implementation "org.apache.logging.log4j:log4j-core:$versions.log4j"
@ -60,7 +60,7 @@ dependencies {
implementation 'commons-cli:commons-cli:1.5.0'
implementation 'commons-net:commons-net:3.8.0'
implementation 'com.rometools:rome:1.16.0'
implementation 'com.rometools:rome:1.18.0'
implementation 'com.squareup.okhttp3:okhttp:4.9.3'
implementation 'net.aksingh:owm-japis:2.5.3.0'

View file

@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.2-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.3-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

View file

@ -1,9 +1,9 @@
#Generated by the Semver Plugin for Gradle
#Sun Dec 19 12:39:10 PST 2021
version.buildmeta=2423
#Sat Jan 01 06:34:39 PST 2022
version.buildmeta=2428
version.major=0
version.minor=8
version.patch=0
version.prerelease=beta
version.project=mobibot
version.semver=0.8.0-beta+2423
version.semver=0.8.0-beta+2428