From 2b9bdd579e83117de3a170c2b244e234aa1e5dae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 27 Sep 2025 21:13:38 +0000 Subject: [PATCH] Bump io.freefair.maven-central.validate-poms from 8.14.2 to 9.0.0 Bumps io.freefair.maven-central.validate-poms from 8.14.2 to 9.0.0. --- updated-dependencies: - dependency-name: io.freefair.maven-central.validate-poms dependency-version: 9.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 583bac2..6a0fe93 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -7,7 +7,7 @@ plugins { id("maven-publish") id("com.github.ben-manes.versions") version "0.53.0" id("org.sonatype.gradle.plugins.scan") version "3.1.4" - id("io.freefair.maven-central.validate-poms") version "8.14.2" + id("io.freefair.maven-central.validate-poms") version "9.0.0" id("io.github.gradle-nexus.publish-plugin") version "2.0.0" alias(libs.plugins.kotlinJvm) apply false id("com.google.devtools.ksp") version "2.2.20-2.0.3" apply false