Skip to content

Commit 4715ad2

Browse files
committed
Upgrade to Netty 4.1.48 and Checkstyle 8.30
1 parent e51f660 commit 4715ad2

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
@@ -37,7 +37,7 @@ ext {
3737
junit5Version = "5.3.2"
3838
kotlinVersion = "1.2.71"
3939
log4jVersion = "2.11.2"
40-
nettyVersion = "4.1.47.Final"
40+
nettyVersion = "4.1.48.Final"
4141
reactorVersion = "Californium-SR17"
4242
rxjavaVersion = "1.3.8"
4343
rxjavaAdapterVersion = "1.2.1"
@@ -142,7 +142,7 @@ configure(allprojects) { project ->
142142
}
143143

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

0 commit comments

Comments
 (0)