Upgrade to SLF4J 1.7.30 and Checkstyle 8.28

This commit is contained in:
Juergen Hoeller
2020-01-09 17:03:30 +01:00
parent 4936a637fe
commit f6ca21f6a4

View File

@@ -50,7 +50,7 @@ configure(allprojects) { project ->
entry 'log4j-slf4j-impl' entry 'log4j-slf4j-impl'
entry 'log4j-jul' entry 'log4j-jul'
} }
dependency "org.slf4j:slf4j-api:1.7.29" dependency "org.slf4j:slf4j-api:1.7.30"
dependency "com.google.code.findbugs:jsr305:3.0.2" dependency "com.google.code.findbugs:jsr305:3.0.2"
@@ -332,7 +332,7 @@ configure([rootProject] + javaProjects) { project ->
} }
checkstyle { checkstyle {
toolVersion = "8.27" toolVersion = "8.28"
configDir = rootProject.file("src/checkstyle") configDir = rootProject.file("src/checkstyle")
} }