Skip to content

Commit a1ce324

Browse files
committed
Latest dependency updates (EclipseLink 2.6.5 RC2, JSON-B 1.0 RC2, Gson 2.8.1, Jetty 9.4.6, Netty 4.1.12)
1 parent b134501 commit a1ce324

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

build.gradle

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ configure(allprojects) { project ->
4141
ext.beanvalVersion = "1.1.0.Final"
4242
ext.cacheApiVersion = "1.0.0"
4343
ext.caffeineVersion = "2.5.2"
44-
ext.eclipselinkVersion = "2.6.4"
44+
ext.eclipselinkVersion = "2.6.5-RC2"
4545
ext.ehcacheVersion = "2.10.4"
4646
ext.ehcachejcacheVersion = "1.0.1"
4747
ext.ehcache3Version = "3.3.1"
@@ -50,7 +50,7 @@ configure(allprojects) { project ->
5050
ext.fileuploadVersion = "1.3.2"
5151
ext.freemarkerVersion = "2.3.26-incubating"
5252
ext.groovyVersion = "2.4.11"
53-
ext.gsonVersion = "2.8.0"
53+
ext.gsonVersion = "2.8.1"
5454
ext.hamcrestVersion = "1.3"
5555
ext.hibernate5Version = "5.2.10.Final"
5656
ext.hibvalVersion = "5.4.1.Final"
@@ -63,19 +63,20 @@ configure(allprojects) { project ->
6363
ext.jaxbVersion = "2.2.11"
6464
ext.jaxwsVersion = "2.2.11"
6565
ext.jcaVersion = "1.7"
66-
ext.jettyVersion = "9.4.5.v20170502"
66+
ext.jettyVersion = "9.4.6.v20170531"
6767
ext.jmsVersion = "2.0.1"
6868
ext.jodaVersion = "2.9.9"
6969
ext.jpaVersion = "2.1.1"
7070
ext.jsfVersion = "2.2"
71+
ext.jsonBindingVersion = "1.0.0-RC2"
7172
ext.jspVersion = "2.3.2-b02"
7273
ext.jtaVersion = "1.2"
7374
ext.junitVersion = "4.12"
7475
ext.junitVintageVersion = "4.12.0-M4"
7576
ext.junitJupiterVersion = '5.0.0-M4'
7677
ext.junitPlatformVersion = '1.0.0-M4'
7778
ext.log4jVersion = '2.8.2'
78-
ext.nettyVersion = "4.1.11.Final"
79+
ext.nettyVersion = "4.1.12.Final"
7980
ext.niomultipartVersion = "1.1.0"
8081
ext.okhttp3Version = "3.8.0"
8182
ext.poiVersion = "3.16"
@@ -738,7 +739,7 @@ project("spring-web") {
738739
optional("com.fasterxml.jackson.dataformat:jackson-dataformat-smile:${jackson2Version}")
739740
optional("com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:${jackson2Version}")
740741
optional("com.google.code.gson:gson:${gsonVersion}")
741-
optional("javax.json.bind:javax.json.bind-api:1.0.0-M2")
742+
optional("javax.json.bind:javax.json.bind-api:${jsonBindingVersion}")
742743
optional("com.rometools:rome:${romeVersion}")
743744
optional("org.eclipse.jetty:jetty-servlet:${jettyVersion}") {
744745
exclude group: "javax.servlet", module: "javax.servlet-api"

0 commit comments

Comments
 (0)