Upgrade to Gradle 7.4, KotlinLogging 2.1.21, Kotlinx Serialization 1.3.2, Jupiter 5.8.2, Gson 2.9.0
This commit is contained in:
10
build.gradle
10
build.gradle
@@ -44,13 +44,13 @@ project.ext {
|
|||||||
kotlinLanguageVersion = '1.6'
|
kotlinLanguageVersion = '1.6'
|
||||||
kotlinVersion = '1.6.10'
|
kotlinVersion = '1.6.10'
|
||||||
kotlinxCoroutinesVersion = '1.6.0'
|
kotlinxCoroutinesVersion = '1.6.0'
|
||||||
kotlinLoggingVersion = '2.1.15'
|
kotlinLoggingVersion = '2.1.21'
|
||||||
kotlinxSerializationVersion = '1.3.1'
|
kotlinxSerializationVersion = '1.3.2'
|
||||||
spekVersion = '2.0.15'
|
spekVersion = '2.0.15'
|
||||||
kluentVersion = '1.68'
|
kluentVersion = '1.68'
|
||||||
jsoupVersion = '1.14.3'
|
jsoupVersion = '1.14.3'
|
||||||
kotestVersion = '5.0.1'
|
kotestVersion = '5.1.0'
|
||||||
junitJupiterVersion = '5.7.1'
|
junitJupiterVersion = '5.8.2'
|
||||||
slf4jVersion = '1.7.33'
|
slf4jVersion = '1.7.33'
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -71,7 +71,7 @@ project.ext {
|
|||||||
spekVersion = "2.0.15"
|
spekVersion = "2.0.15"
|
||||||
libfreenectVersion = "0.5.7-1.5.4"
|
libfreenectVersion = "0.5.7-1.5.4"
|
||||||
librealsense2Version = "2.29.0-1.5.4"
|
librealsense2Version = "2.29.0-1.5.4"
|
||||||
gsonVersion = "2.8.9"
|
gsonVersion = "2.9.0"
|
||||||
antlrVersion = "4.9.3"
|
antlrVersion = "4.9.3"
|
||||||
tensorflowVersion = "0.3.3"
|
tensorflowVersion = "0.3.3"
|
||||||
mklDnnVersion = "0.21.5-1.5.4"
|
mklDnnVersion = "0.21.5-1.5.4"
|
||||||
|
|||||||
2
gradle/wrapper/gradle-wrapper.properties
vendored
2
gradle/wrapper/gradle-wrapper.properties
vendored
@@ -1,5 +1,5 @@
|
|||||||
distributionBase=GRADLE_USER_HOME
|
distributionBase=GRADLE_USER_HOME
|
||||||
distributionPath=wrapper/dists
|
distributionPath=wrapper/dists
|
||||||
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.3-bin.zip
|
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4-bin.zip
|
||||||
zipStoreBase=GRADLE_USER_HOME
|
zipStoreBase=GRADLE_USER_HOME
|
||||||
zipStorePath=wrapper/dists
|
zipStorePath=wrapper/dists
|
||||||
|
|||||||
Reference in New Issue
Block a user