Skip to content

Commit

Permalink
Upgrade to kotlin-logging 7.0.0, kotlinx-serialization 1.7.1, kotest …
Browse files Browse the repository at this point in the history
…5.9.1, boofcv 1.1.5, junit-jupiter 5.10.3, gson 2.11.0, netty 4.1.111.Final, rabbit-control 0.3.39, ktor 2.3.12, jgit 6.10.0.202406032230-r, jsoup 1.18.1
  • Loading branch information
edwinRNDR committed Jul 17, 2024
1 parent 4c5b9ce commit 411f7ff
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -5,30 +5,30 @@ kotlin = "2.0.0"
jvmTarget = "17"
openrndr = { require = "[0.4.2, 0.5.0)" }
kotlinxCoroutines = "1.8.1"
kotlinLogging = "6.0.9"
kotlinxSerialization = "1.6.3"
kotest = "5.8.1"
kotlinLogging = "7.0.0"
kotlinxSerialization = "1.7.1"
kotest = "5.9.1"
dokka = "1.7.10"
nebulaRelease = "18.0.7"
gradleNexusPublish = "2.0.0"
boofcv = "1.1.4"
boofcv = "1.1.5"
kluent = "1.73"
junitJupiter = "5.10.1"
junitJupiter = "5.10.3"
slf4j = "2.0.13"
libfreenect = "0.5.7-1.5.9"
librealsense = "2.53.1-1.5.9"
gson = "2.10.1"
gson = "2.11.0"
antlr = "4.13.1"
antlrKotlin = "1.0.0-RC4"
tensorflow = "0.5.0"
minim = "2.2.2"
netty = "4.1.109.Final"
rabbitcontrol = "0.3.38"
netty = "4.1.111.Final"
rabbitcontrol = "0.3.39"
zxing = "3.5.3"
ktor = "2.3.11"
jgit = "6.9.0.202403050737-r"
ktor = "2.3.12"
jgit = "6.10.0.202406032230-r"
javaosc = "0.9"
jsoup = "1.17.2"
jsoup = "1.18.1"

[libraries]
kotlin-logging = { group = "io.github.oshai", name = "kotlin-logging", version.ref = "kotlinLogging" }

0 comments on commit 411f7ff

Please sign in to comment.