From 37efd42a27dcdce04107dbac9a5683c6c12f2951 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 03:53:51 +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 a5e2169e..3e736d9e 100644 --- a/buildSrc/build.gradle +++ b/buildSrc/build.gradle @@ -62,7 +62,7 @@ dependencies { implementation 'org.yaml:snakeyaml:1.30' implementation localGroovy() - implementation 'io.github.gradle-nexus:publish-plugin:1.1.0' + implementation 'io.github.gradle-nexus:publish-plugin:1.3.0' implementation 'io.spring.gradle:dependency-management-plugin:1.0.15.RELEASE' implementation 'io.projectreactor:reactor-core:3.6.4' implementation 'com.apollographql.apollo:apollo-runtime:2.4.5'