From 44db17b729407ce3850a15f5c4242c1b2ec4c05b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 May 2025 03:35:05 +0000 Subject: [PATCH] Bump io.spring.javaformat:spring-javaformat-gradle-plugin Bumps [io.spring.javaformat:spring-javaformat-gradle-plugin](https://github.com/spring-io/spring-javaformat) from 0.0.44 to 0.0.45. - [Release notes](https://github.com/spring-io/spring-javaformat/releases) - [Commits](https://github.com/spring-io/spring-javaformat/compare/v0.0.44...v0.0.45) --- updated-dependencies: - dependency-name: io.spring.javaformat:spring-javaformat-gradle-plugin dependency-version: 0.0.45 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 c17b2d54e..3f52f5a79 100644 --- a/buildSrc/build.gradle +++ b/buildSrc/build.gradle @@ -89,7 +89,7 @@ dependencies { implementation 'com.apollographql.apollo:apollo-runtime:2.5.14' implementation 'com.github.ben-manes:gradle-versions-plugin:0.52.0' implementation 'com.github.spullara.mustache.java:compiler:0.9.14' - implementation 'io.spring.javaformat:spring-javaformat-gradle-plugin:0.0.44' + implementation 'io.spring.javaformat:spring-javaformat-gradle-plugin:0.0.45' implementation 'io.spring.gradle:spring-security-release-plugin:1.0.6' implementation 'io.spring.nohttp:nohttp-gradle:0.0.11' implementation 'net.sourceforge.htmlunit:htmlunit:2.70.0'