diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 659795b..cf25023 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -38,7 +38,7 @@ commons-io = { group = "commons-io", name = "commons-io", version = "2.18.0" } junit-bom = { group = "org.junit", name = "junit-bom", version = "5.11.3" } junit-jupiter = { group = "org.junit.jupiter", name = "junit-jupiter" } # version from BOM junit-launcher = { group = "org.junit.platform", name = "junit-platform-launcher" } # version from BOM -kotlin-coroutines = { group = "org.jetbrains.kotlinx", name = "kotlinx-coroutines-core", version = "1.9.0" } +kotlin-coroutines = { group = "org.jetbrains.kotlinx", name = "kotlinx-coroutines-core", version = "1.10.1" } kotlin-serialization-json = { group = "org.jetbrains.kotlinx", name = "kotlinx-serialization-json", version = "1.7.3" } petitparser-core = { group = "com.github.petitparser", name = "petitparser-core", version = "2.4.0" } xz = { group = "org.tukaani", name = "xz", version = "1.10" }