Upgrade to Gradle 7.6, Kotlin 1.7.21, Kotlinx serialization 1.4.1, Spek 2.0.19, Kluent 1.72, junitJupiter 5.9.1, slf4j 2.0.3, Gson 2.9.1 zxing 3.5.1
This commit is contained in:
@@ -1,23 +1,23 @@
|
|||||||
[versions]
|
[versions]
|
||||||
kotlinApi = "1.7"
|
kotlinApi = "1.7"
|
||||||
kotlinLanguage = "1.7"
|
kotlinLanguage = "1.7"
|
||||||
kotlin = "1.7.20"
|
kotlin = "1.7.21"
|
||||||
jvmTarget = "11"
|
jvmTarget = "11"
|
||||||
openrndr = "0.0.0"
|
openrndr = "0.0.0"
|
||||||
kotlinxCoroutines = "1.6.4"
|
kotlinxCoroutines = "1.6.4"
|
||||||
kotlinLogging = "2.1.23"
|
kotlinLogging = "2.1.23"
|
||||||
kotlinxSerialization = "1.3.2"
|
kotlinxSerialization = "1.4.1"
|
||||||
dokka = "1.7.10"
|
dokka = "1.7.10"
|
||||||
nebulaRelease = "15.3.1"
|
nebulaRelease = "15.3.1"
|
||||||
gradleNexusPublish = "1.1.0"
|
gradleNexusPublish = "1.1.0"
|
||||||
spek = "2.0.18"
|
spek = "2.0.19"
|
||||||
boofcv = "0.40.1"
|
boofcv = "0.40.1"
|
||||||
kluent = "1.68"
|
kluent = "1.72"
|
||||||
junitJupiter = "5.8.2"
|
junitJupiter = "5.9.1"
|
||||||
slf4j = "1.7.36"
|
slf4j = "2.0.3"
|
||||||
libfreenect = "0.5.7-1.5.7"
|
libfreenect = "0.5.7-1.5.7"
|
||||||
librealsense = "2.50.0-1.5.7"
|
librealsense = "2.50.0-1.5.7"
|
||||||
gson = "2.9.0"
|
gson = "2.9.1"
|
||||||
antlr = "4.10.1"
|
antlr = "4.10.1"
|
||||||
tensorflow = "0.4.1"
|
tensorflow = "0.4.1"
|
||||||
jarchivelib = "1.2.0"
|
jarchivelib = "1.2.0"
|
||||||
@@ -25,7 +25,7 @@ logbackClassic = "1.2.11"
|
|||||||
minim = "2.2.2"
|
minim = "2.2.2"
|
||||||
netty = "4.1.79.Final"
|
netty = "4.1.79.Final"
|
||||||
rabbitcontrol = "0.3.29"
|
rabbitcontrol = "0.3.29"
|
||||||
zxing = "3.5.0"
|
zxing = "3.5.1"
|
||||||
ktor = "2.0.3"
|
ktor = "2.0.3"
|
||||||
jgit = "5.12.0.202106070339-r"
|
jgit = "5.12.0.202106070339-r"
|
||||||
javaosc = "0.8"
|
javaosc = "0.8"
|
||||||
|
|||||||
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.5.1-bin.zip
|
distributionUrl=https\://services.gradle.org/distributions/gradle-7.6-bin.zip
|
||||||
zipStoreBase=GRADLE_USER_HOME
|
zipStoreBase=GRADLE_USER_HOME
|
||||||
zipStorePath=wrapper/dists
|
zipStorePath=wrapper/dists
|
||||||
|
|||||||
Reference in New Issue
Block a user