From 4c343e9206fec1e915e28ff0416d35ff50e9868a Mon Sep 17 00:00:00 2001 From: Baron Roberts Date: Sat, 22 Jun 2024 00:02:36 -0700 Subject: [PATCH] Upgrade cthing-versioning plugin. --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" }