From 0a9f3b6b8f4d9c26215c744be95c1285ab4599a1 Mon Sep 17 00:00:00 2001 From: Baron Roberts Date: Sat, 22 Jun 2024 00:00:54 -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 faf5f67..d59291f 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" }