File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 41
41
reactorVersion = " Californium-SR13"
42
42
rxjavaVersion = " 1.3.8"
43
43
rxjavaAdapterVersion = " 1.2.1"
44
- rxjava2Version = " 2.2.13 "
44
+ rxjava2Version = " 2.2.14 "
45
45
slf4jVersion = " 1.7.28" // spring-jcl + consistent 3rd party deps
46
46
tiles3Version = " 3.0.8"
47
47
tomcatVersion = " 9.0.27"
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ dependencies {
28
28
testCompile(" org.codehaus.groovy:groovy-xml:${ groovyVersion} " )
29
29
testCompile(" org.apache.commons:commons-pool2:2.6.0" )
30
30
testCompile(" javax.inject:javax.inject-tck:1" )
31
- testCompile(" org.awaitility:awaitility:3.1.3 " )
31
+ testCompile(" org.awaitility:awaitility:3.1.6 " )
32
32
testRuntime(" javax.xml.bind:jaxb-api:2.3.1" )
33
33
testRuntime(" org.glassfish:javax.el:3.0.1-b08" )
34
34
testRuntime(" org.javamoney:moneta:1.3" )
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ dependencies {
38
38
exclude group : " javax.servlet" , module : " javax.servlet-api"
39
39
}
40
40
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 " )
42
42
optional(" org.apache.httpcomponents:httpclient:4.5.10" ) {
43
43
exclude group : " commons-logging" , module : " commons-logging"
44
44
}
@@ -75,7 +75,7 @@ dependencies {
75
75
testCompile(" org.apache.tomcat.embed:tomcat-embed-core:${ tomcatVersion} " )
76
76
testCompile(" org.eclipse.jetty:jetty-server" )
77
77
testCompile(" org.eclipse.jetty:jetty-servlet" )
78
- testCompile(" com.squareup.okhttp3:mockwebserver:3.14.3 " )
78
+ testCompile(" com.squareup.okhttp3:mockwebserver:3.14.4 " )
79
79
testCompile(" org.jetbrains.kotlin:kotlin-reflect:${ kotlinVersion} " )
80
80
testCompile(" org.skyscreamer:jsonassert:1.5.0" )
81
81
testCompile(" org.xmlunit:xmlunit-matchers:2.6.2" )
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ dependencies {
51
51
testCompile(" org.eclipse.jetty:jetty-server" )
52
52
testCompile(" org.eclipse.jetty:jetty-servlet" )
53
53
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 " )
55
55
testCompile(" org.jetbrains.kotlin:kotlin-script-runtime:${ kotlinVersion} " )
56
56
testRuntime(" org.jetbrains.kotlin:kotlin-script-util:${ kotlinVersion} " )
57
57
testRuntime(" org.jetbrains.kotlin:kotlin-compiler:${ kotlinVersion} " )
You can’t perform that action at this time.
0 commit comments