File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 44
44
rxjava2Version = " 2.2.7"
45
45
slf4jVersion = " 1.7.26" // spring-jcl + consistent 3rd party deps
46
46
tiles3Version = " 3.0.8"
47
- tomcatVersion = " 9.0.16 "
47
+ tomcatVersion = " 9.0.17 "
48
48
undertowVersion = " 2.0.19.Final"
49
49
50
50
gradleScriptDir = " ${ rootProject.projectDir} /gradle"
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.2" )
41
- optional(" com.squareup.okhttp3:okhttp:3.13.1 " )
41
+ optional(" com.squareup.okhttp3:okhttp:3.14.0 " )
42
42
optional(" org.apache.httpcomponents:httpclient:4.5.7" ) {
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.13.1 " )
78
+ testCompile(" com.squareup.okhttp3:mockwebserver:3.14.0 " )
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.2" )
54
- testCompile(" com.squareup.okhttp3:mockwebserver:3.13.1 " )
54
+ testCompile(" com.squareup.okhttp3:mockwebserver:3.14.0 " )
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