Skip to content

Commit b2c5659

Browse files
committed
Upgrade to Netty 4.1.38 and Checkstyle 8.23
1 parent c4622db commit b2c5659

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.37.Final"
40+
nettyVersion = "4.1.38.Final"
4141
reactorVersion = "Californium-SR10"
4242
rxjavaVersion = "1.3.8"
4343
rxjavaAdapterVersion = "1.2.1"
@@ -143,7 +143,7 @@ configure(allprojects) { project ->
143143
}
144144

145145
checkstyle {
146-
toolVersion = "8.22"
146+
toolVersion = "8.23"
147147
configDir = rootProject.file("src/checkstyle")
148148
}
149149

0 commit comments

Comments
 (0)