File tree 4 files changed +6
-6
lines changed
4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ dependencies {
72
72
testCompile(" org.apache.tiles:tiles-core:${ tiles3Version} " , withoutJclOverSlf4J)
73
73
testCompile(" org.apache.tiles:tiles-servlet:${ tiles3Version} " , withoutJclOverSlf4J)
74
74
testCompile(" org.hsqldb:hsqldb:${ hsqldbVersion} " )
75
- testCompile(" org.apache.httpcomponents:httpclient:4.5.7 " ) {
75
+ testCompile(" org.apache.httpcomponents:httpclient:4.5.8 " ) {
76
76
exclude group : " commons-logging" , module : " commons-logging"
77
77
}
78
78
testCompile(" io.projectreactor.netty:reactor-netty" )
Original file line number Diff line number Diff line change @@ -37,9 +37,9 @@ dependencies {
37
37
optional(" org.eclipse.jetty:jetty-servlet" ) {
38
38
exclude group : " javax.servlet" , module : " javax.servlet-api"
39
39
}
40
- optional(" org.eclipse.jetty:jetty-reactive-httpclient:1.0.2 " )
40
+ optional(" org.eclipse.jetty:jetty-reactive-httpclient:1.0.3 " )
41
41
optional(" com.squareup.okhttp3:okhttp:3.14.0" )
42
- optional(" org.apache.httpcomponents:httpclient:4.5.7 " ) {
42
+ optional(" org.apache.httpcomponents:httpclient:4.5.8 " ) {
43
43
exclude group : " commons-logging" , module : " commons-logging"
44
44
}
45
45
optional(" org.apache.httpcomponents:httpasyncclient:4.1.4" ) {
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ dependencies {
34
34
optional(" io.undertow:undertow-websockets-jsr:${ undertowVersion} " ) {
35
35
exclude group : " org.jboss.spec.javax.websocket" , module : " jboss-websocket-api_1.1_spec"
36
36
}
37
- optional(" org.apache.httpcomponents:httpclient:4.5.7 " ) {
37
+ optional(" org.apache.httpcomponents:httpclient:4.5.8 " ) {
38
38
exclude group : " commons-logging" , module : " commons-logging"
39
39
}
40
40
optional(" org.jetbrains.kotlin:kotlin-reflect:${ kotlinVersion} " )
@@ -50,7 +50,7 @@ dependencies {
50
50
testCompile(" org.apache.tomcat:tomcat-util:${ tomcatVersion} " )
51
51
testCompile(" org.eclipse.jetty:jetty-server" )
52
52
testCompile(" org.eclipse.jetty:jetty-servlet" )
53
- testCompile(" org.eclipse.jetty:jetty-reactive-httpclient:1.0.2 " )
53
+ testCompile(" org.eclipse.jetty:jetty-reactive-httpclient:1.0.3 " )
54
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} " )
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ dependencies {
50
50
testCompile(" org.eclipse.jetty:jetty-server" ) {
51
51
exclude group : " javax.servlet" , module : " javax.servlet"
52
52
}
53
- testCompile(" org.apache.httpcomponents:httpclient:4.5.7 " ) {
53
+ testCompile(" org.apache.httpcomponents:httpclient:4.5.8 " ) {
54
54
exclude group : " commons-logging" , module : " commons-logging"
55
55
}
56
56
testCompile(" commons-fileupload:commons-fileupload:1.4" )
You can’t perform that action at this time.
0 commit comments