From 435db60dc1e88a9111347cd520df235a1a3e7c47 Mon Sep 17 00:00:00 2001 From: Joe Grandja Date: Tue, 18 Apr 2023 05:39:33 -0400 Subject: [PATCH] Update to io.spring.javaformat:spring-javaformat-checkstyle:0.0.38 Closes gh-1170 --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index b75afa48..9c0b4e07 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,7 +4,7 @@ org.gradle.parallel=true org.gradle.caching=true springFrameworkVersion=6.0.8 springSecurityVersion=6.1.0-RC1 -springJavaformatVersion=0.0.35 +springJavaformatVersion=0.0.38 springJavaformatExcludePackages=org/springframework/security/config org/springframework/security/oauth2 checkstyleToolVersion=8.34 nohttpCheckstyleVersion=0.0.11