Update to kotlinLogging 7.0.7, boofcv 1.2.2, junitJupiter 5.12.2, gson 2.13.1,

This commit is contained in:
Abe Pazos
2025-04-28 18:09:18 +03:00
parent d766dcccb7
commit 41e7820de5

View File

@@ -5,19 +5,19 @@ kotlin = "2.1.20"
jvmTarget = "17" jvmTarget = "17"
openrndr = { require = "[0.4.2, 0.5.0)" } openrndr = { require = "[0.4.2, 0.5.0)" }
kotlinxCoroutines = "1.10.2" kotlinxCoroutines = "1.10.2"
kotlinLogging = "7.0.6" kotlinLogging = "7.0.7"
kotlinxSerialization = "1.8.1" kotlinxSerialization = "1.8.1"
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.2.1" boofcv = "1.2.2"
kluent = "1.73" kluent = "1.73"
junitJupiter = "5.12.1" junitJupiter = "5.12.2"
slf4j = "2.0.17" slf4j = "2.0.17"
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"
gson = "2.13.0" gson = "2.13.1"
antlr = "4.13.2" antlr = "4.13.2"
antlrKotlin = "1.0.2" antlrKotlin = "1.0.2"
tensorflow = "0.5.0" tensorflow = "0.5.0"