From 3a7b5b5001db012ecf6191900d169c03171fa59e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jun 2024 03:24:58 +0000 Subject: [PATCH] Bump io.spring.javaformat from 0.0.41 to 0.0.42 Bumps [io.spring.javaformat](https://github.com/spring-io/spring-javaformat) from 0.0.41 to 0.0.42. - [Release notes](https://github.com/spring-io/spring-javaformat/releases) - [Commits](https://github.com/spring-io/spring-javaformat/compare/v0.0.41...v0.0.42) --- 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 9efbe4e08..d82326b42 100644 --- a/build.gradle +++ b/build.gradle @@ -1,6 +1,6 @@ plugins { id "checkstyle" - id "io.spring.javaformat" version "0.0.41" + id "io.spring.javaformat" version "0.0.42" id 'io.spring.nohttp' version '0.0.11' }