From f55d4809cc8b863e88c5022585de4986277761fc Mon Sep 17 00:00:00 2001 From: Baron Roberts Date: Sat, 22 Jun 2024 00:01:41 -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 0c99000..26b371e 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -6,7 +6,7 @@ junit = "5.10.2" 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" }