From fde51ffaf0efa179bbdf355c3b9bebd560371c57 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Oct 2022 06:49:05 +0000 Subject: [PATCH] Bump io.spring.javaformat from 0.0.32 to 0.0.35 Bumps [io.spring.javaformat](https://github.com/spring-io/spring-javaformat) from 0.0.32 to 0.0.35. - [Release notes](https://github.com/spring-io/spring-javaformat/releases) - [Commits](https://github.com/spring-io/spring-javaformat/compare/v0.0.32...v0.0.35) --- 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 fb68711..9165a4c 100644 --- a/build.gradle +++ b/build.gradle @@ -18,7 +18,7 @@ plugins { id 'checkstyle' id 'io.spring.nohttp' version '0.0.10' id 'io.spring.dependency-management' version '1.0.11.RELEASE' - id 'io.spring.javaformat' version '0.0.32' + id 'io.spring.javaformat' version '0.0.35' } description = "Spring CredHub"