From 5237014091485a72a0dcb6127488013a54250d9d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Jun 2025 04:18:50 +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.46 to 0.0.47. - [Release notes](https://github.com/spring-io/spring-javaformat/releases) - [Commits](https://github.com/spring-io/spring-javaformat/compare/v0.0.46...v0.0.47) --- updated-dependencies: - dependency-name: io.spring.javaformat:spring-javaformat-gradle-plugin dependency-version: 0.0.47 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 a3e1cd6ef..e1d08e6ab 100644 --- a/buildSrc/build.gradle +++ b/buildSrc/build.gradle @@ -89,7 +89,7 @@ dependencies { implementation 'com.apollographql.apollo:apollo-runtime:2.4.6' implementation 'com.github.ben-manes:gradle-versions-plugin:0.38.0' implementation 'com.github.spullara.mustache.java:compiler:0.9.14' - implementation 'io.spring.javaformat:spring-javaformat-gradle-plugin:0.0.46' + implementation 'io.spring.javaformat:spring-javaformat-gradle-plugin:0.0.47' 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.37.0'