Skip to content

Commit 6a9f910

Browse files
committed
Upgrade to Netty 4.1.31 and Undertow 2.0.15
1 parent f65408f commit 6a9f910

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,15 +37,15 @@ ext {
3737
junit5Version = "5.3.1"
3838
kotlinVersion = "1.2.71"
3939
log4jVersion = "2.11.1"
40-
nettyVersion = "4.1.30.Final"
40+
nettyVersion = "4.1.31.Final"
4141
reactorVersion = "Californium-SR2"
4242
rxjavaVersion = "1.3.8"
4343
rxjavaAdapterVersion = "1.2.1"
4444
rxjava2Version = "2.2.3"
4545
slf4jVersion = "1.7.25" // spring-jcl + consistent 3rd party deps
4646
tiles3Version = "3.0.8"
4747
tomcatVersion = "9.0.12"
48-
undertowVersion = "2.0.14.Final"
48+
undertowVersion = "2.0.15.Final"
4949

5050
gradleScriptDir = "${rootProject.projectDir}/gradle"
5151
withoutJclOverSlf4J = {

0 commit comments

Comments
 (0)