diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 74ad11a5..c3c7bfcf 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -56,6 +56,6 @@ plugin-jacocolog = { module = "org.barfuin.gradle.jacocolog:org.barfuin.gradle.j [plugins] kotlin = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" } jacoco = { id = "org.barfuin.gradle.jacocolog", version.ref = "jacocolog" } -updates = { id = "com.github.ben-manes.versions", version = "0.59.0" } +updates = { id = "com.github.ben-manes.versions", version = "0.61.0" } sonar = { id = "org.sonarqube", version = "7.3.1.8318" } versions = { id = "io.openapiprocessor.build.plugin.create-versions" }