From b5d0a92515408c8ee9633d1fc4095605fc10dc37 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Dec 2024 04:06:33 +0000 Subject: [PATCH] Bump org.gretty:gretty from 4.1.5 to 4.1.6 Bumps [org.gretty:gretty](https://github.com/gretty-gradle-plugin/gretty) from 4.1.5 to 4.1.6. - [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.5...v4.1.6) --- updated-dependencies: - dependency-name: org.gretty:gretty 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 953e5ea8d..eec9c2a2d 100644 --- a/buildSrc/build.gradle +++ b/buildSrc/build.gradle @@ -83,7 +83,7 @@ dependencies { implementation 'io.github.gradle-nexus:publish-plugin:1.1.0' implementation 'io.projectreactor:reactor-core:3.4.41' - implementation ('org.gretty:gretty:4.1.5') { + implementation ('org.gretty:gretty:4.1.6') { exclude group: 'org.springframework.boot', module: 'spring-boot-loader-tools' } implementation 'com.apollographql.apollo:apollo-runtime:2.4.6'