File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ dependencies {
36
36
optional(" org.eclipse.jetty:jetty-servlet:${ jettyVersion} " ) {
37
37
exclude group : " javax.servlet" , module : " javax.servlet-api"
38
38
}
39
- optional(" com.squareup.okhttp3:okhttp:3.12.2 " )
39
+ optional(" com.squareup.okhttp3:okhttp:3.12.3 " )
40
40
optional(" org.apache.httpcomponents:httpclient:4.5.8" ) {
41
41
exclude group : " commons-logging" , module : " commons-logging"
42
42
}
@@ -73,7 +73,7 @@ dependencies {
73
73
testCompile(" org.apache.tomcat.embed:tomcat-embed-core:${ tomcatVersion} " )
74
74
testCompile(" org.eclipse.jetty:jetty-server:${ jettyVersion} " )
75
75
testCompile(" org.eclipse.jetty:jetty-servlet:${ jettyVersion} " )
76
- testCompile(" com.squareup.okhttp3:mockwebserver:3.12.2 " )
76
+ testCompile(" com.squareup.okhttp3:mockwebserver:3.12.3 " )
77
77
testCompile(" org.jetbrains.kotlin:kotlin-reflect:${ kotlinVersion} " )
78
78
testCompile(" org.skyscreamer:jsonassert:1.5.0" )
79
79
testCompile(" org.xmlunit:xmlunit-matchers:2.5.1" )
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ dependencies {
48
48
testCompile(" org.apache.tomcat:tomcat-util:${ tomcatVersion} " )
49
49
testCompile(" org.eclipse.jetty:jetty-server:${ jettyVersion} " )
50
50
testCompile(" org.eclipse.jetty:jetty-servlet:${ jettyVersion} " )
51
- testCompile(" com.squareup.okhttp3:mockwebserver:3.12.2 " )
51
+ testCompile(" com.squareup.okhttp3:mockwebserver:3.12.3 " )
52
52
testCompile(" org.jetbrains.kotlin:kotlin-script-runtime:${ kotlinVersion} " )
53
53
testRuntime(" org.jetbrains.kotlin:kotlin-script-util:${ kotlinVersion} " )
54
54
testRuntime(" org.jetbrains.kotlin:kotlin-compiler:${ kotlinVersion} " )
You can’t perform that action at this time.
0 commit comments