diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 92aa1ae..6c28970 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -6,7 +6,7 @@ dokka = { id = "org.jetbrains.dokka", version = "2.0.0" } kotlin-jvm = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" } kotlinx-serialization = { id = "org.jetbrains.kotlin.plugin.serialization", version.ref = "kotlin" } spotless = { id = "com.diffplug.spotless", version = "7.2.1" } -versions = { id = "com.github.ben-manes.versions", version = "0.52.0" } +versions = { id = "com.github.ben-manes.versions", version = "0.53.0" } [libraries] junit-jupiter = { module = "org.junit.jupiter:junit-jupiter", version = "5.13.4" }