Skip to content

Commit 64d83e7

Browse files
committed
Latest dependency updates (Hibernate ORM 5.0.7, Jetty 9.3.7, Undertow 1.3.14, SLF4J 1.7.14)
1 parent e14f42f commit 64d83e7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ configure(allprojects) { project ->
4242
ext.hamcrestVersion = "1.3"
4343
ext.hibernate3Version = "3.6.10.Final"
4444
ext.hibernate4Version = "4.3.11.Final"
45-
ext.hibernate5Version = "5.0.6.Final"
45+
ext.hibernate5Version = "5.0.7.Final"
4646
ext.hibval4Version = "4.3.2.Final"
4747
ext.hibval5Version = "5.2.2.Final"
4848
ext.hsqldbVersion = "2.3.3"
@@ -52,7 +52,7 @@ configure(allprojects) { project ->
5252
ext.jackson2Version = "2.7.0"
5353
ext.jasperreportsVersion = "6.2.0"
5454
ext.javamailVersion = "1.5.5"
55-
ext.jettyVersion = "9.3.6.v20151106"
55+
ext.jettyVersion = "9.3.7.v20160115"
5656
ext.jodaVersion = "2.9.1"
5757
ext.jrubyVersion = "1.7.23" // JRuby 9000 only supported through JSR-223 (StandardScriptFactory)
5858
ext.jsonassertVersion = "1.2.3"
@@ -67,15 +67,15 @@ configure(allprojects) { project ->
6767
ext.reactorVersion = "2.0.7.RELEASE"
6868
ext.romeVersion = "1.5.1"
6969
ext.seleniumVersion = "2.48.2"
70-
ext.slf4jVersion = "1.7.13"
70+
ext.slf4jVersion = "1.7.14"
7171
ext.snakeyamlVersion = "1.16"
7272
ext.snifferVersion = "1.14"
7373
ext.testngVersion = "6.9.10"
7474
ext.tiles2Version = "2.2.2"
7575
ext.tiles3Version = "3.0.5"
7676
ext.tomcatVersion = "8.0.30"
7777
ext.tyrusVersion = "1.3.5" // constrained by WebLogic 12.1.3 support
78-
ext.undertowVersion = "1.3.12.Final"
78+
ext.undertowVersion = "1.3.14.Final"
7979
ext.woodstoxVersion = "5.0.1"
8080
ext.xmlunitVersion = "1.6"
8181
ext.xstreamVersion = "1.4.8"

0 commit comments

Comments
 (0)