We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3fa900 commit 707b8c0Copy full SHA for 707b8c0
build.gradle
@@ -33,7 +33,7 @@ ext {
33
groovyVersion = "2.5.6"
34
hsqldbVersion = "2.4.1"
35
jackson2Version = "2.9.8"
36
- jettyVersion = "9.4.14.v20181114"
+ jettyVersion = "9.4.15.v20190215"
37
junit5Version = "5.3.2"
38
kotlinVersion = "1.2.71"
39
log4jVersion = "2.11.2"
@@ -45,7 +45,7 @@ ext {
45
slf4jVersion = "1.7.25" // spring-jcl + consistent 3rd party deps
46
tiles3Version = "3.0.8"
47
tomcatVersion = "9.0.16"
48
- undertowVersion = "2.0.17.Final"
+ undertowVersion = "2.0.18.Final"
49
50
gradleScriptDir = "${rootProject.projectDir}/gradle"
51
withoutJclOverSlf4J = {
0 commit comments