From 262246b508e3648d674aae995907c20a5b277e8c Mon Sep 17 00:00:00 2001 From: Joe Grandja Date: Tue, 21 Feb 2023 10:06:25 -0500 Subject: [PATCH] Update to io.spring.javaformat:spring-javaformat-checkstyle:0.0.35 Closes gh-1083 --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index a90567c6..9e351c75 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,7 +4,7 @@ org.gradle.parallel=true org.gradle.caching=true springFrameworkVersion=5.3.25 springSecurityVersion=5.8.2 -springJavaformatVersion=0.0.31 +springJavaformatVersion=0.0.35 springJavaformatExcludePackages=org/springframework/security/config org/springframework/security/oauth2 checkstyleToolVersion=8.34 nohttpCheckstyleVersion=0.0.11