From 06f3d3efece87066582e1814b45600a5a39c3b2e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jan 2024 03:23:02 +0000 Subject: [PATCH] Bump io.spring.javaformat from 0.0.25 to 0.0.41 Bumps [io.spring.javaformat](https://github.com/spring-io/spring-javaformat) from 0.0.25 to 0.0.41. - [Release notes](https://github.com/spring-io/spring-javaformat/releases) - [Commits](https://github.com/spring-io/spring-javaformat/compare/v0.0.25...v0.0.41) --- updated-dependencies: - dependency-name: io.spring.javaformat dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index fc362b6..9efbe4e 100644 --- a/build.gradle +++ b/build.gradle @@ -1,6 +1,6 @@ plugins { id "checkstyle" - id "io.spring.javaformat" version "0.0.25" + id "io.spring.javaformat" version "0.0.41" id 'io.spring.nohttp' version '0.0.11' }