We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d631b4c commit b88ed85Copy full SHA for b88ed85
build.gradle
@@ -48,7 +48,7 @@ configure(allprojects) { project ->
48
ext.gsonVersion = "2.7"
49
ext.hamcrestVersion = "1.3"
50
ext.hibernate5Version = "5.2.2.Final"
51
- ext.hibval5Version = "5.2.4.Final"
+ ext.hibval5Version = "5.3.0.CR1"
52
ext.hsqldbVersion = "2.3.4"
53
ext.httpasyncVersion = "4.1.2"
54
ext.httpclientVersion = "4.5.2"
@@ -72,7 +72,7 @@ configure(allprojects) { project ->
72
ext.okhttpVersion = "2.7.5"
73
ext.okhttp3Version = "3.4.1"
74
ext.poiVersion = "3.14"
75
- ext.protobufVersion = "3.0.0"
+ ext.protobufVersion = "3.0.2"
76
ext.quartzVersion = "2.2.3"
77
ext.reactivestreamsVersion = "1.0.0"
78
ext.reactorVersion = "2.0.8.RELEASE"
0 commit comments