From f7ac2e00d994a9d359330c597c904330676376e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 04:01:40 +0000 Subject: [PATCH] Bump io.spring.javaformat from 0.0.42 to 0.0.43 Bumps [io.spring.javaformat](https://github.com/spring-io/spring-javaformat) from 0.0.42 to 0.0.43. - [Release notes](https://github.com/spring-io/spring-javaformat/releases) - [Commits](https://github.com/spring-io/spring-javaformat/compare/v0.0.42...v0.0.43) --- 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 1453548c..579202d2 100644 --- a/build.gradle +++ b/build.gradle @@ -1,6 +1,6 @@ plugins { id "checkstyle" - id "io.spring.javaformat" version "0.0.42" + id "io.spring.javaformat" version "0.0.43" id 'io.spring.nohttp' version '0.0.11' }