Upgrade to Gradle 8.12.1, Kotlin 2.1.10, Kotlinx-serialization 1.9.0, Kotlinx-coroutines-1.10.1, Junit Jupiter 5.11.4, Jgit 7.1.0.202411261347-r
This commit is contained in:
@@ -1,19 +1,19 @@
|
|||||||
[versions]
|
[versions]
|
||||||
kotlinApi = "2.1"
|
kotlinApi = "2.1"
|
||||||
kotlinLanguage = "2.1"
|
kotlinLanguage = "2.1"
|
||||||
kotlin = "2.1.0"
|
kotlin = "2.1.10"
|
||||||
jvmTarget = "17"
|
jvmTarget = "17"
|
||||||
openrndr = { require = "[0.4.2, 0.5.0)" }
|
openrndr = { require = "[0.4.2, 0.5.0)" }
|
||||||
kotlinxCoroutines = "1.9.0"
|
kotlinxCoroutines = "1.10.1"
|
||||||
kotlinLogging = "7.0.0"
|
kotlinLogging = "7.0.0"
|
||||||
kotlinxSerialization = "1.7.3"
|
kotlinxSerialization = "1.8.0"
|
||||||
kotest = "5.9.1"
|
kotest = "5.9.1"
|
||||||
dokka = "1.7.10"
|
dokka = "1.7.10"
|
||||||
nebulaRelease = "18.0.7"
|
nebulaRelease = "18.0.7"
|
||||||
gradleNexusPublish = "2.0.0"
|
gradleNexusPublish = "2.0.0"
|
||||||
boofcv = "1.1.7"
|
boofcv = "1.1.7"
|
||||||
kluent = "1.73"
|
kluent = "1.73"
|
||||||
junitJupiter = "5.11.2"
|
junitJupiter = "5.11.4"
|
||||||
slf4j = "2.0.16"
|
slf4j = "2.0.16"
|
||||||
libfreenect = "0.5.7-1.5.9"
|
libfreenect = "0.5.7-1.5.9"
|
||||||
librealsense = "2.53.1-1.5.9"
|
librealsense = "2.53.1-1.5.9"
|
||||||
@@ -26,7 +26,7 @@ netty = "4.1.117.Final"
|
|||||||
rabbitcontrol = "0.3.39"
|
rabbitcontrol = "0.3.39"
|
||||||
zxing = "3.5.3"
|
zxing = "3.5.3"
|
||||||
ktor = "3.0.3"
|
ktor = "3.0.3"
|
||||||
jgit = "7.0.0.202409031743-r"
|
jgit = "7.1.0.202411261347-r"
|
||||||
javaosc = "0.9"
|
javaosc = "0.9"
|
||||||
jsoup = "1.18.3"
|
jsoup = "1.18.3"
|
||||||
|
|
||||||
|
|||||||
2
gradle/wrapper/gradle-wrapper.properties
vendored
2
gradle/wrapper/gradle-wrapper.properties
vendored
@@ -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-8.12-bin.zip
|
distributionUrl=https\://services.gradle.org/distributions/gradle-8.12.1-bin.zip
|
||||||
networkTimeout=10000
|
networkTimeout=10000
|
||||||
validateDistributionUrl=true
|
validateDistributionUrl=true
|
||||||
zipStoreBase=GRADLE_USER_HOME
|
zipStoreBase=GRADLE_USER_HOME
|
||||||
|
|||||||
Reference in New Issue
Block a user