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 a06da00 commit 704d4c3Copy full SHA for 704d4c3
build.gradle
@@ -59,7 +59,7 @@ configure(allprojects) { project ->
59
ext.httpclientVersion = "4.5.3"
60
ext.interceptorApiVersion = "1.2"
61
ext.jackson2Version = "2.9.0.pr4"
62
- ext.javamailVersion = "1.6.0-rc2"
+ ext.javamailVersion = "1.6.0"
63
ext.jaxbVersion = "2.2.11"
64
ext.jaxwsVersion = "2.2.11"
65
ext.jcaVersion = "1.7"
@@ -82,7 +82,7 @@ configure(allprojects) { project ->
82
ext.poiVersion = "3.16"
83
ext.protobufVersion = "3.3.1"
84
ext.quartzVersion = "2.3.0"
85
- ext.reactorVersion = "Bismuth-BUILD-SNAPSHOT"
+ ext.reactorVersion = "Bismuth-M3"
86
ext.romeVersion = "1.7.3"
87
ext.rxjavaVersion = '1.3.0'
88
ext.rxjavaAdapterVersion = '1.2.1'
0 commit comments