Skip to content

Commit 69326db

Browse files
committed
Upgrade to Hibernate ORM 5.2.7 and Rome 1.7.1
1 parent 6fe7b17 commit 69326db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ configure(allprojects) { project ->
5050
ext.groovyVersion = "2.4.8"
5151
ext.gsonVersion = "2.8.0"
5252
ext.hamcrestVersion = "1.3"
53-
ext.hibernate5Version = "5.2.6.Final"
53+
ext.hibernate5Version = "5.2.7.Final"
5454
ext.hibval5Version = "5.4.0.CR1"
5555
ext.hsqldbVersion = "2.3.4"
5656
ext.httpasyncVersion = "4.1.2"
@@ -80,7 +80,7 @@ configure(allprojects) { project ->
8080
ext.protobufVersion = "3.1.0"
8181
ext.quartzVersion = "2.2.3"
8282
ext.reactorVersion = "Aluminium-BUILD-SNAPSHOT"
83-
ext.romeVersion = "1.7.0"
83+
ext.romeVersion = "1.7.1"
8484
ext.rxjavaVersion = '1.2.5'
8585
ext.rxjavaAdapterVersion = '1.2.1'
8686
ext.rxjava2Version = '2.0.4'

0 commit comments

Comments
 (0)