diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index e20f80f..9f2bb88 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -4,7 +4,7 @@ checkstyle = "10.17.0" spotbugs = "4.8.5" [plugins] -cthingVersioning = { id = "org.cthing.cthing-versioning", version = "1.0.0" } +cthingVersioning = { id = "org.cthing.cthing-versioning", version = "1.0.1" } dependencyAnalysis = { id = "com.autonomousapps.dependency-analysis", version = "1.32.0" } spotbugs = { id = "com.github.spotbugs", version = "6.0.15" } versions = { id = "com.github.ben-manes.versions", version = "0.51.0" }