From 6d340e6ec3476e510b3abc9b9caa0e83e780b0ad Mon Sep 17 00:00:00 2001 From: stephengold Date: Thu, 20 Feb 2025 22:23:42 -0800 Subject: [PATCH] update the validate-poms plugin to v8.12.1 --- 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 2291296c..b60ac87d 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -16,4 +16,4 @@ junit4 = "junit:junit:4.13.2" analyze = { id = "ca.cutterslade.analyze", version = "1.10.0" } android-library = { id = "com.android.library", version = "8.8.0" } download = { id = "de.undercouch.download", version = "5.6.0" } -validate-poms = { id = "io.freefair.maven-central.validate-poms", version = "8.12" } +validate-poms = { id = "io.freefair.maven-central.validate-poms", version = "8.12.1" }