From 371a9e31c4e7955c65928981ff75a060ff2c765e Mon Sep 17 00:00:00 2001 From: Baron Roberts Date: Sat, 22 Jun 2024 00:04:44 -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 3516ec7..bb46308 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -7,7 +7,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" }