Skip to content

Commit

Permalink
Upgrade to Kotlin 2.0.21, junit jupiter 5.11.2, netty 4.1.114.Final
Browse files Browse the repository at this point in the history
  • Loading branch information
edwinRNDR committed Oct 19, 2024
1 parent d3462ab commit 6e5eb28
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[versions]
kotlinApi = "2.0"
kotlinLanguage = "2.0"
kotlin = "2.0.20"
kotlin = "2.0.21"
jvmTarget = "17"
openrndr = { require = "[0.4.2, 0.5.0)" }
kotlinxCoroutines = "1.9.0"
Expand All @@ -13,7 +13,7 @@ nebulaRelease = "18.0.7"
gradleNexusPublish = "2.0.0"
boofcv = "1.1.6"
kluent = "1.73"
junitJupiter = "5.10.3"
junitJupiter = "5.11.2"
slf4j = "2.0.16"
libfreenect = "0.5.7-1.5.9"
librealsense = "2.53.1-1.5.9"
Expand All @@ -22,7 +22,7 @@ antlr = "4.13.2"
antlrKotlin = "1.0.1"
tensorflow = "0.5.0"
minim = "2.2.2"
netty = "4.1.112.Final"
netty = "4.1.114.Final"
rabbitcontrol = "0.3.39"
zxing = "3.5.3"
ktor = "2.3.12"
Expand Down

0 comments on commit 6e5eb28

Please sign in to comment.