From f4c36f071db956e5db6c6f5c042d38aa1c6535ea Mon Sep 17 00:00:00 2001 From: Edwin Jakobs Date: Thu, 25 Apr 2024 11:38:56 +0200 Subject: [PATCH] Upgrade to kotlin-logging 6.0.9, kotest 5.8.1, boofcv 1.1.3, slf4j 2.0.13 --- gradle/libs.versions.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index c4f4a421..14d9ab00 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -5,16 +5,16 @@ kotlin = "1.9.23" jvmTarget = "11" openrndr = { require = "[0.4.2, 0.5.0)" } kotlinxCoroutines = "1.8.0" -kotlinLogging = "6.0.3" +kotlinLogging = "6.0.9" kotlinxSerialization = "1.6.3" -kotest = "5.8.0" +kotest = "5.8.1" dokka = "1.7.10" nebulaRelease = "18.0.7" gradleNexusPublish = "2.0.0-rc-1" -boofcv = "1.1.2" +boofcv = "1.1.3" kluent = "1.73" junitJupiter = "5.10.1" -slf4j = "2.0.12" +slf4j = "2.0.13" libfreenect = "0.5.7-1.5.9" librealsense = "2.53.1-1.5.9" gson = "2.10.1"