From 3f5cc0030699a0f4fa03a567409600afebccf2ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Nov 2023 11:58:04 +0000 Subject: [PATCH] 2.3.x: Bump io.spring.javaformat from 0.0.39 to 0.0.40 Bumps [io.spring.javaformat](https://github.com/spring-io/spring-javaformat) from 0.0.39 to 0.0.40. - [Release notes](https://github.com/spring-io/spring-javaformat/releases) - [Commits](https://github.com/spring-io/spring-javaformat/compare/v0.0.39...v0.0.40) --- 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 cf236d8..2ee1a5e 100644 --- a/build.gradle +++ b/build.gradle @@ -18,7 +18,7 @@ plugins { id 'checkstyle' id 'io.spring.nohttp' version '0.0.11' id 'io.spring.dependency-management' version '1.0.15.RELEASE' - id 'io.spring.javaformat' version '0.0.39' + id 'io.spring.javaformat' version '0.0.40' } description = "Spring CredHub"