File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 36
36
! it. name. equals(" spring-build-src" ) && ! it. name. equals(" spring-framework-bom" )
37
37
}
38
38
39
- aspectjVersion = " 1.8.13 "
39
+ aspectjVersion = " 1.8.14 "
40
40
freemarkerVersion = " 2.3.28"
41
41
groovyVersion = " 2.4.16"
42
42
hsqldbVersion = " 2.4.1"
Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ dependencies {
71
71
testCompile(" org.apache.tiles:tiles-core:${ tiles3Version} " , withoutJclOverSlf4J)
72
72
testCompile(" org.apache.tiles:tiles-servlet:${ tiles3Version} " , withoutJclOverSlf4J)
73
73
testCompile(" org.hsqldb:hsqldb:${ hsqldbVersion} " )
74
- testCompile(" org.apache.httpcomponents:httpclient:4.5.7 " ) {
74
+ testCompile(" org.apache.httpcomponents:httpclient:4.5.8 " ) {
75
75
exclude group : " commons-logging" , module : " commons-logging"
76
76
}
77
77
testCompile(" io.projectreactor.ipc:reactor-netty" )
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ dependencies {
37
37
exclude group : " javax.servlet" , module : " javax.servlet-api"
38
38
}
39
39
optional(" com.squareup.okhttp3:okhttp:3.12.2" )
40
- optional(" org.apache.httpcomponents:httpclient:4.5.7 " ) {
40
+ optional(" org.apache.httpcomponents:httpclient:4.5.8 " ) {
41
41
exclude group : " commons-logging" , module : " commons-logging"
42
42
}
43
43
optional(" org.apache.httpcomponents:httpasyncclient:4.1.4" ) {
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ dependencies {
33
33
optional(" io.undertow:undertow-websockets-jsr:${ undertowVersion} " ) {
34
34
exclude group : " org.jboss.spec.javax.websocket" , module : " jboss-websocket-api_1.1_spec"
35
35
}
36
- optional(" org.apache.httpcomponents:httpclient:4.5.7 " ) {
36
+ optional(" org.apache.httpcomponents:httpclient:4.5.8 " ) {
37
37
exclude group : " commons-logging" , module : " commons-logging"
38
38
}
39
39
optional(" org.jetbrains.kotlin:kotlin-reflect:${ kotlinVersion} " )
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ dependencies {
49
49
testCompile(" org.eclipse.jetty:jetty-server:${ jettyVersion} " ) {
50
50
exclude group : " javax.servlet" , module : " javax.servlet"
51
51
}
52
- testCompile(" org.apache.httpcomponents:httpclient:4.5.7 " ) {
52
+ testCompile(" org.apache.httpcomponents:httpclient:4.5.8 " ) {
53
53
exclude group : " commons-logging" , module : " commons-logging"
54
54
}
55
55
testCompile(" commons-fileupload:commons-fileupload:1.3.3" )
You can’t perform that action at this time.
0 commit comments