Upgrade to kotlin-logging 6.0.3, slf4j 2.0.11, ktor 2.3.7, antlr-kotlin 0.1.2, jgit 6.8.0

This commit is contained in:
Edwin Jakobs
2024-02-01 08:59:40 +01:00
parent 4499c0d0a6
commit 34d2321cc4

View File

@@ -5,7 +5,7 @@ kotlin = "1.9.22"
jvmTarget = "11"
openrndr = { require = "[0.4.2, 0.5.0)" }
kotlinxCoroutines = "1.7.3"
kotlinLogging = "6.0.2"
kotlinLogging = "6.0.3"
kotlinxSerialization = "1.6.2"
kotest = "5.8.0"
dokka = "1.7.10"
@@ -14,19 +14,19 @@ gradleNexusPublish = "2.0.0-rc-1"
boofcv = "1.1.2"
kluent = "1.73"
junitJupiter = "5.10.1"
slf4j = "2.0.10"
slf4j = "2.0.11"
libfreenect = "0.5.7-1.5.9"
librealsense = "2.53.1-1.5.9"
gson = "2.10.1"
antlr = "4.13.1"
antlrKotlin = "0.1.0"
antlrKotlin = "0.1.2"
tensorflow = "0.5.0"
minim = "2.2.2"
netty = "4.1.106.Final"
rabbitcontrol = "0.3.36"
zxing = "3.5.2"
ktor = "2.3.6"
jgit = "6.7.0.202309050840-r"
ktor = "2.3.7"
jgit = "6.8.0.202311291450-r"
javaosc = "0.8"
[libraries]