From 3a022a80d1b26a86898201423dba85293cd07afd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Jul 2025 04:02:05 +0000 Subject: [PATCH] Bump org.gretty:gretty from 4.1.6 to 4.1.7 Bumps [org.gretty:gretty](https://github.com/gretty-gradle-plugin/gretty) from 4.1.6 to 4.1.7. - [Release notes](https://github.com/gretty-gradle-plugin/gretty/releases) - [Changelog](https://github.com/gretty-gradle-plugin/gretty/blob/master/changes.md) - [Commits](https://github.com/gretty-gradle-plugin/gretty/compare/v4.1.6...v4.1.7) --- updated-dependencies: - dependency-name: org.gretty:gretty dependency-version: 4.1.7 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 a58876fc3..6a521e8cf 100644 --- a/buildSrc/build.gradle +++ b/buildSrc/build.gradle @@ -83,7 +83,7 @@ dependencies { implementation 'io.github.gradle-nexus:publish-plugin:2.0.0' implementation 'io.projectreactor:reactor-core:3.7.8' - implementation ('org.gretty:gretty:4.1.6') { + implementation ('org.gretty:gretty:4.1.7') { exclude group: 'org.springframework.boot', module: 'spring-boot-loader-tools' } implementation 'com.apollographql.apollo:apollo-runtime:4.3.1'