We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f65408f commit 6a9f910Copy full SHA for 6a9f910
build.gradle
@@ -37,15 +37,15 @@ ext {
37
junit5Version = "5.3.1"
38
kotlinVersion = "1.2.71"
39
log4jVersion = "2.11.1"
40
- nettyVersion = "4.1.30.Final"
+ nettyVersion = "4.1.31.Final"
41
reactorVersion = "Californium-SR2"
42
rxjavaVersion = "1.3.8"
43
rxjavaAdapterVersion = "1.2.1"
44
rxjava2Version = "2.2.3"
45
slf4jVersion = "1.7.25" // spring-jcl + consistent 3rd party deps
46
tiles3Version = "3.0.8"
47
tomcatVersion = "9.0.12"
48
- undertowVersion = "2.0.14.Final"
+ undertowVersion = "2.0.15.Final"
49
50
gradleScriptDir = "${rootProject.projectDir}/gradle"
51
withoutJclOverSlf4J = {
0 commit comments