From 6d2d6c2cb2823976c27b25cac2d873b4b199c176 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 20:23:35 +0000 Subject: [PATCH] Bump org.danilopianini:publish-on-central from 9.2.4 to 9.2.5 Bumps [org.danilopianini:publish-on-central](https://github.com/DanySK/publish-on-central) from 9.2.4 to 9.2.5. - [Release notes](https://github.com/DanySK/publish-on-central/releases) - [Changelog](https://github.com/DanySK/publish-on-central/blob/master/CHANGELOG.md) - [Commits](https://github.com/DanySK/publish-on-central/compare/9.2.4...9.2.5) --- updated-dependencies: - dependency-name: org.danilopianini:publish-on-central dependency-version: 9.2.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- buildSrc/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildSrc/build.gradle b/buildSrc/build.gradle index edcfeb1..75bfc6e 100644 --- a/buildSrc/build.gradle +++ b/buildSrc/build.gradle @@ -10,6 +10,6 @@ repositories { dependencies { implementation 'com.robothy:cn-repo:1.8' //implementation 'io.franzbecker:gradle-lombok:5.0.0' - implementation 'org.danilopianini:publish-on-central:9.2.4' + implementation 'org.danilopianini:publish-on-central:9.2.5' //testImplementation 'org.spockframework:spock-core:1.3-groovy-2.5' }