From ae45358466189e17e7534648c384fa115b6a779e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 21:27:59 +0000 Subject: [PATCH] Bump org.danilopianini:publish-on-central from 9.1.13 to 9.1.14 Bumps [org.danilopianini:publish-on-central](https://github.com/DanySK/publish-on-central) from 9.1.13 to 9.1.14. - [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.1.13...9.1.14) --- updated-dependencies: - dependency-name: org.danilopianini:publish-on-central dependency-version: 9.1.14 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 c33efb9..8510100 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.1.13' + implementation 'org.danilopianini:publish-on-central:9.1.14' //testImplementation 'org.spockframework:spock-core:1.3-groovy-2.5' }