We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2102dec commit a2c06b7Copy full SHA for a2c06b7
build.gradle
@@ -47,14 +47,14 @@ ext {
47
junitVintageVersion = "4.12.3"
48
kotlinVersion = "1.2.71"
49
log4jVersion = "2.11.2"
50
- nettyVersion = "4.1.38.Final"
+ nettyVersion = "4.1.39.Final"
51
reactorVersion = "Bismuth-SR17"
52
rxjavaVersion = "1.3.8"
53
rxjavaAdapterVersion = "1.2.1"
54
rxjava2Version = "2.1.17"
55
- slf4jVersion = "1.7.26" // spring-jcl + consistent 3rd party deps
+ slf4jVersion = "1.7.28" // spring-jcl + consistent 3rd party deps
56
tiles3Version = "3.0.8"
57
- tomcatVersion = "8.5.43"
+ tomcatVersion = "8.5.45"
58
undertowVersion = "1.4.27.Final"
59
60
gradleScriptDir = "${rootProject.projectDir}/gradle"
0 commit comments