Upgrade to gradle 9.4.0, kotlin 2.3.20, kotlinLogging 8.0.01

This commit is contained in:
Abe Pazos
2026-03-16 11:25:58 +01:00
parent c80339a16d
commit 8be17014d2
4 changed files with 4 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
[versions] [versions]
jvmTarget = "17" jvmTarget = "17"
kotlin = "2.3.10" kotlin = "2.3.20"
kotlinApi = "2.2" kotlinApi = "2.2"
kotlinLanguage = "2.2" kotlinLanguage = "2.2"
@@ -15,7 +15,7 @@ jackson = "2.17.2"
junit = "4.13.2" junit = "4.13.2"
kotlinxCoroutines = "1.10.2" kotlinxCoroutines = "1.10.2"
kotlinxSerialization = "1.10.0" kotlinxSerialization = "1.10.0"
kotlinLogging = "7.0.14" kotlinLogging = "8.0.01"
kotlinCsvJvm = "1.9.3" kotlinCsvJvm = "1.9.3"
jsoup = "1.17.1" jsoup = "1.17.1"
shadow = "9.3.0" shadow = "9.3.0"

Binary file not shown.

View File

@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-9.3.1-bin.zip distributionUrl=https\://services.gradle.org/distributions/gradle-9.4.0-bin.zip
networkTimeout=10000 networkTimeout=10000
validateDistributionUrl=true validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME zipStoreBase=GRADLE_USER_HOME

2
gradlew vendored
View File

@@ -57,7 +57,7 @@
# Darwin, MinGW, and NonStop. # Darwin, MinGW, and NonStop.
# #
# (3) This script is generated from the Groovy template # (3) This script is generated from the Groovy template
# https://github.com/gradle/gradle/blob/HEAD/platforms/jvm/plugins-application/src/main/resources/org/gradle/api/internal/plugins/unixStartScript.txt # https://github.com/gradle/gradle/blob/b631911858264c0b6e4d6603d677ff5218766cee/platforms/jvm/plugins-application/src/main/resources/org/gradle/api/internal/plugins/unixStartScript.txt
# within the Gradle project. # within the Gradle project.
# #
# You can find Gradle at https://github.com/gradle/gradle/. # You can find Gradle at https://github.com/gradle/gradle/.