Skip to content

Commit f6ca21f

Browse files
committed
Upgrade to SLF4J 1.7.30 and Checkstyle 8.28
1 parent 4936a63 commit f6ca21f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ configure(allprojects) { project ->
5050
entry 'log4j-slf4j-impl'
5151
entry 'log4j-jul'
5252
}
53-
dependency "org.slf4j:slf4j-api:1.7.29"
53+
dependency "org.slf4j:slf4j-api:1.7.30"
5454

5555
dependency "com.google.code.findbugs:jsr305:3.0.2"
5656

@@ -332,7 +332,7 @@ configure([rootProject] + javaProjects) { project ->
332332
}
333333

334334
checkstyle {
335-
toolVersion = "8.27"
335+
toolVersion = "8.28"
336336
configDir = rootProject.file("src/checkstyle")
337337
}
338338

0 commit comments

Comments
 (0)