Skip to content

Commit 6b6c1d3

Browse files
committed
Build and test against JPA 2.2 and EclipseLink 2.7 (while retaining compatibility with JPA 2.1)
Includes latest dependency updates (Tomcat 8.5.20, Protobuf 3.4, RxJava 2.1.3, Caffeine 2.5.5) Issue: SPR-15870
1 parent ec1eafc commit 6b6c1d3

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

build.gradle

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ configure(allprojects) { project ->
4040
ext.aspectjVersion = "1.9.0.BETA-6"
4141
ext.beanvalVersion = "2.0.0.Final"
4242
ext.cacheApiVersion = "1.0.0"
43-
ext.caffeineVersion = "2.5.4"
44-
ext.eclipselinkVersion = "2.6.5-RC2"
43+
ext.caffeineVersion = "2.5.5"
44+
ext.eclipselinkVersion = "2.7.0-RC3"
4545
ext.ehcacheVersion = "2.10.4"
4646
ext.ehcachejcacheVersion = "1.0.1"
4747
ext.ehcache3Version = "3.3.1"
@@ -66,7 +66,7 @@ configure(allprojects) { project ->
6666
ext.jettyVersion = "9.4.6.v20170531"
6767
ext.jmsVersion = "2.0.1"
6868
ext.jodaVersion = "2.9.9"
69-
ext.jpaVersion = "2.1.1"
69+
ext.jpaVersion = "2.2.0-RC3"
7070
ext.jsfVersion = "2.2"
7171
ext.jsonassertVersion = "1.5.0"
7272
ext.jspVersion = "2.3.2-b02"
@@ -80,20 +80,20 @@ configure(allprojects) { project ->
8080
ext.niomultipartVersion = "1.1.0"
8181
ext.okhttp3Version = "3.8.1"
8282
ext.poiVersion = "3.16"
83-
ext.protobufVersion = "3.3.1"
83+
ext.protobufVersion = "3.4.0"
8484
ext.quartzVersion = "2.3.0"
8585
ext.reactorVersion = "Bismuth-BUILD-SNAPSHOT"
8686
ext.romeVersion = "1.7.4"
8787
ext.rxjavaVersion = '1.3.0'
8888
ext.rxjavaAdapterVersion = '1.2.1'
89-
ext.rxjava2Version = '2.1.2'
89+
ext.rxjava2Version = '2.1.3'
9090
ext.rxnettyVersion = '0.5.2'
9191
ext.servletVersion = "3.1.0"
9292
ext.slf4jVersion = "1.7.25"
9393
ext.snakeyamlVersion = "1.18"
9494
ext.testngVersion = "6.11"
9595
ext.tiles3Version = "3.0.7"
96-
ext.tomcatVersion = "8.5.19"
96+
ext.tomcatVersion = "8.5.20"
9797
ext.tyrusVersion = "1.13.1"
9898
ext.undertowVersion = "1.4.18.Final"
9999
ext.websocketVersion = "1.1"

0 commit comments

Comments
 (0)