Merge branch '5.3.x'

# Conflicts:
#	build.gradle
This commit is contained in:
Juergen Hoeller 2022-09-14 19:29:57 +02:00
commit 5e162881a6
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ configure([rootProject] + javaProjects) { project ->
}
checkstyle {
toolVersion = "10.3.1"
toolVersion = "10.3.3"
configDirectory.set(rootProject.file("src/checkstyle"))
}