We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 974e7b8 commit a496836Copy full SHA for a496836
build.gradle
@@ -62,7 +62,7 @@ configure(allprojects) { project ->
62
ext.jtaVersion = "1.2"
63
ext.junitVersion = "4.12"
64
ext.log4jVersion = "1.2.17"
65
- ext.nettyVersion = "4.1.25.Final"
+ ext.nettyVersion = "4.1.29.Final"
66
ext.okhttpVersion = "2.7.5"
67
ext.okhttp3Version = "3.8.1"
68
ext.openjpaVersion = "2.4.2"
@@ -75,7 +75,7 @@ configure(allprojects) { project ->
75
ext.testngVersion = "6.9.10"
76
ext.tiles2Version = "2.2.2"
77
ext.tiles3Version = "3.0.7"
78
- ext.tomcatVersion = "8.5.32"
+ ext.tomcatVersion = "8.5.33"
79
ext.tyrusVersion = "1.3.5" // constrained by WebLogic 12.1.3 support
80
ext.undertowVersion = "1.3.33.Final"
81
ext.xmlunitVersion = "1.6"
0 commit comments