Skip to content

Commit 18d2ace

Browse files
committed
Latest dependency updates (Tomcat 8.0.15, Jetty 9.2.4, Protocol Buffers 2.6.1)
1 parent bf9295b commit 18d2ace

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

build.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,31 +32,31 @@ configure(allprojects) { project ->
3232
ext.ehcacheVersion = "2.9.0"
3333
ext.ehcacheJCacheVersion = "1.0.0"
3434
ext.groovyVersion = "2.3.7"
35+
ext.gsonVersion = "2.3"
3536
ext.hibernate3Version = "3.6.10.Final"
3637
ext.hibernate4Version = "4.3.7.Final"
3738
ext.hibVal4Version = "4.3.2.Final"
3839
ext.hibVal5Version = "5.1.3.Final"
3940
ext.hsqldbVersion = "2.3.2"
4041
ext.jackson2Version = "2.4.3"
41-
ext.gsonVersion = "2.3"
4242
ext.jasperReportsVersion = "5.6.1"
43-
ext.jettyVersion = "9.2.3.v20140905"
43+
ext.jettyVersion = "9.2.4.v20141103"
4444
ext.jodaVersion = "2.5"
4545
ext.junitVersion = "4.11"
4646
ext.nettyVersion = "4.0.24.Final"
4747
ext.openJpaVersion = "2.2.2" // 2.3.0 not Java 8 compatible (based on ASM 4)
48-
ext.protobufVersion = "2.6.0"
48+
ext.protobufVersion = "2.6.1"
4949
ext.reactorVersion = "1.1.5.RELEASE"
5050
ext.slf4jVersion = "1.7.7"
5151
ext.snakeYamlVersion = "1.14"
5252
ext.snifferVersion = "1.11"
5353
ext.tiles2Version = "2.2.2"
5454
ext.tiles3Version = "3.0.5"
55-
ext.tomcatVersion = "8.0.14"
55+
ext.tomcatVersion = "8.0.15"
5656
ext.tyrusVersion = "1.3.5"
5757
ext.undertowVersion = "1.0.17.Final"
58-
ext.xstreamVersion = "1.4.7"
5958
ext.woodstoxVersion = "4.4.1"
59+
ext.xstreamVersion = "1.4.7"
6060

6161
ext.gradleScriptDir = "${rootProject.projectDir}/gradle"
6262

0 commit comments

Comments
 (0)