diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 83874c0..ee51e65 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -21,7 +21,7 @@ publish-org-url = "https://suresh.dev" publish-scm-url = "https://github.com/sureshg/native-image-playground" # Gradle Dependencies Versions -kotlinx-kover = "0.8.3" +kotlinx-kover = "0.9.0-RC" kotlinx-io = "0.5.3" kotlinx-atomicfu = "0.25.0" kotlinx-coroutines = "1.9.0-RC.2" @@ -36,7 +36,7 @@ ajalt-clikt = "4.4.0" ajalt-mordant = "2.7.2" ajalt-colormath = "3.6.0" dokka = "1.9.20" -helidon = "4.1.0" +helidon = "4.1.1" jgit = "6.10.0.202406032230-r" jte = "3.1.12" junit = "5.11.0"