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 fda0885 commit 0ef117fCopy full SHA for 0ef117f
build.gradle
@@ -46,7 +46,7 @@ configure(allprojects) { project ->
46
ext.groovyVersion = "2.4.13"
47
ext.hsqldbVersion = "2.4.0"
48
ext.jackson2Version = "2.9.2"
49
- ext.jettyVersion = "9.4.7.v20170914"
+ ext.jettyVersion = "9.4.8.v20171121"
50
ext.junitJupiterVersion = "5.0.2"
51
ext.junitPlatformVersion = "1.0.2"
52
ext.junitVintageVersion = "4.12.2"
@@ -59,7 +59,7 @@ configure(allprojects) { project ->
59
ext.rxjava2Version = "2.1.7"
60
ext.slf4jVersion = "1.7.25"
61
ext.tiles3Version = "3.0.8"
62
- ext.tomcatVersion = "8.5.23"
+ ext.tomcatVersion = "8.5.24"
63
ext.undertowVersion = "1.4.21.Final"
64
65
ext.gradleScriptDir = "${rootProject.projectDir}/gradle"
0 commit comments