Skip to content

Commit 088a653

Browse files
committed
Upgrade to RxJava 2.2.14, OkHttp 3.14.4, Awaitility 3.1.6
1 parent bdb1a81 commit 088a653

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ ext {
4141
reactorVersion = "Californium-SR13"
4242
rxjavaVersion = "1.3.8"
4343
rxjavaAdapterVersion = "1.2.1"
44-
rxjava2Version = "2.2.13"
44+
rxjava2Version = "2.2.14"
4545
slf4jVersion = "1.7.28" // spring-jcl + consistent 3rd party deps
4646
tiles3Version = "3.0.8"
4747
tomcatVersion = "9.0.27"

spring-context/spring-context.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ dependencies {
2828
testCompile("org.codehaus.groovy:groovy-xml:${groovyVersion}")
2929
testCompile("org.apache.commons:commons-pool2:2.6.0")
3030
testCompile("javax.inject:javax.inject-tck:1")
31-
testCompile("org.awaitility:awaitility:3.1.3")
31+
testCompile("org.awaitility:awaitility:3.1.6")
3232
testRuntime("javax.xml.bind:jaxb-api:2.3.1")
3333
testRuntime("org.glassfish:javax.el:3.0.1-b08")
3434
testRuntime("org.javamoney:moneta:1.3")

spring-web/spring-web.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ dependencies {
3838
exclude group: "javax.servlet", module: "javax.servlet-api"
3939
}
4040
optional("org.eclipse.jetty:jetty-reactive-httpclient:1.0.3")
41-
optional("com.squareup.okhttp3:okhttp:3.14.3")
41+
optional("com.squareup.okhttp3:okhttp:3.14.4")
4242
optional("org.apache.httpcomponents:httpclient:4.5.10") {
4343
exclude group: "commons-logging", module: "commons-logging"
4444
}
@@ -75,7 +75,7 @@ dependencies {
7575
testCompile("org.apache.tomcat.embed:tomcat-embed-core:${tomcatVersion}")
7676
testCompile("org.eclipse.jetty:jetty-server")
7777
testCompile("org.eclipse.jetty:jetty-servlet")
78-
testCompile("com.squareup.okhttp3:mockwebserver:3.14.3")
78+
testCompile("com.squareup.okhttp3:mockwebserver:3.14.4")
7979
testCompile("org.jetbrains.kotlin:kotlin-reflect:${kotlinVersion}")
8080
testCompile("org.skyscreamer:jsonassert:1.5.0")
8181
testCompile("org.xmlunit:xmlunit-matchers:2.6.2")

spring-webflux/spring-webflux.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ dependencies {
5151
testCompile("org.eclipse.jetty:jetty-server")
5252
testCompile("org.eclipse.jetty:jetty-servlet")
5353
testCompile("org.eclipse.jetty:jetty-reactive-httpclient:1.0.3")
54-
testCompile("com.squareup.okhttp3:mockwebserver:3.14.3")
54+
testCompile("com.squareup.okhttp3:mockwebserver:3.14.4")
5555
testCompile("org.jetbrains.kotlin:kotlin-script-runtime:${kotlinVersion}")
5656
testRuntime("org.jetbrains.kotlin:kotlin-script-util:${kotlinVersion}")
5757
testRuntime("org.jetbrains.kotlin:kotlin-compiler:${kotlinVersion}")

0 commit comments

Comments
 (0)