Skip to content

Commit 6df8c26

Browse files
committed
Upgrade to SLF4J 1.7.30 and Checkstyle 8.28
1 parent 7f49abb commit 6df8c26

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
@@ -42,7 +42,7 @@ ext {
4242
rxjavaVersion = "1.3.8"
4343
rxjavaAdapterVersion = "1.2.1"
4444
rxjava2Version = "2.2.16"
45-
slf4jVersion = "1.7.28" // spring-jcl + consistent 3rd party deps
45+
slf4jVersion = "1.7.30" // spring-jcl + consistent 3rd party deps
4646
tiles3Version = "3.0.8"
4747
tomcatVersion = "9.0.30"
4848
undertowVersion = "2.0.29.Final"
@@ -142,7 +142,7 @@ configure(allprojects) { project ->
142142
}
143143

144144
checkstyle {
145-
toolVersion = "8.27"
145+
toolVersion = "8.28"
146146
configDir = rootProject.file("src/checkstyle")
147147
}
148148

0 commit comments

Comments
 (0)