Skip to content

Commit 707b8c0

Browse files
committed
Upgrade to Jetty 9.4.15 and Undertow 2.0.18
1 parent c3fa900 commit 707b8c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ ext {
3333
groovyVersion = "2.5.6"
3434
hsqldbVersion = "2.4.1"
3535
jackson2Version = "2.9.8"
36-
jettyVersion = "9.4.14.v20181114"
36+
jettyVersion = "9.4.15.v20190215"
3737
junit5Version = "5.3.2"
3838
kotlinVersion = "1.2.71"
3939
log4jVersion = "2.11.2"
@@ -45,7 +45,7 @@ ext {
4545
slf4jVersion = "1.7.25" // spring-jcl + consistent 3rd party deps
4646
tiles3Version = "3.0.8"
4747
tomcatVersion = "9.0.16"
48-
undertowVersion = "2.0.17.Final"
48+
undertowVersion = "2.0.18.Final"
4949

5050
gradleScriptDir = "${rootProject.projectDir}/gradle"
5151
withoutJclOverSlf4J = {

0 commit comments

Comments
 (0)