From 54baba2bfd7e1366409948ebb54ecceedfbbeebe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Feb 2025 03:55:18 +0000 Subject: [PATCH] Bump io.github.gradle-nexus:publish-plugin from 1.1.0 to 1.3.0 Bumps [io.github.gradle-nexus:publish-plugin](https://github.com/gradle-nexus/publish-plugin) from 1.1.0 to 1.3.0. - [Release notes](https://github.com/gradle-nexus/publish-plugin/releases) - [Commits](https://github.com/gradle-nexus/publish-plugin/compare/v1.1.0...v1.3.0) --- updated-dependencies: - dependency-name: io.github.gradle-nexus:publish-plugin dependency-type: direct:production update-type: version-update:semver-minor ... 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 e7850eb45..720c35b92 100644 --- a/buildSrc/build.gradle +++ b/buildSrc/build.gradle @@ -81,7 +81,7 @@ dependencies { implementation 'org.yaml:snakeyaml:1.33' implementation localGroovy() - implementation 'io.github.gradle-nexus:publish-plugin:1.1.0' + implementation 'io.github.gradle-nexus:publish-plugin:1.3.0' implementation 'io.projectreactor:reactor-core:3.7.3' implementation ('org.gretty:gretty:4.1.6') { exclude group: 'org.springframework.boot', module: 'spring-boot-loader-tools'