Skip to content

Commit d4ccaea

Browse files
committed
Upgrade to AspectJ 1.8.14 and Apache HttpClient 4.5.8
1 parent 601e352 commit d4ccaea

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ ext {
3636
!it.name.equals("spring-build-src") && !it.name.equals("spring-framework-bom")
3737
}
3838

39-
aspectjVersion = "1.8.13"
39+
aspectjVersion = "1.8.14"
4040
freemarkerVersion = "2.3.28"
4141
groovyVersion = "2.4.16"
4242
hsqldbVersion = "2.4.1"

spring-test/spring-test.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ dependencies {
7171
testCompile("org.apache.tiles:tiles-core:${tiles3Version}", withoutJclOverSlf4J)
7272
testCompile("org.apache.tiles:tiles-servlet:${tiles3Version}", withoutJclOverSlf4J)
7373
testCompile("org.hsqldb:hsqldb:${hsqldbVersion}")
74-
testCompile("org.apache.httpcomponents:httpclient:4.5.7") {
74+
testCompile("org.apache.httpcomponents:httpclient:4.5.8") {
7575
exclude group: "commons-logging", module: "commons-logging"
7676
}
7777
testCompile("io.projectreactor.ipc:reactor-netty")

spring-web/spring-web.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ dependencies {
3737
exclude group: "javax.servlet", module: "javax.servlet-api"
3838
}
3939
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") {
4141
exclude group: "commons-logging", module: "commons-logging"
4242
}
4343
optional("org.apache.httpcomponents:httpasyncclient:4.1.4") {

spring-webflux/spring-webflux.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ dependencies {
3333
optional("io.undertow:undertow-websockets-jsr:${undertowVersion}") {
3434
exclude group: "org.jboss.spec.javax.websocket", module: "jboss-websocket-api_1.1_spec"
3535
}
36-
optional("org.apache.httpcomponents:httpclient:4.5.7") {
36+
optional("org.apache.httpcomponents:httpclient:4.5.8") {
3737
exclude group: "commons-logging", module: "commons-logging"
3838
}
3939
optional("org.jetbrains.kotlin:kotlin-reflect:${kotlinVersion}")

spring-webmvc/spring-webmvc.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ dependencies {
4949
testCompile("org.eclipse.jetty:jetty-server:${jettyVersion}") {
5050
exclude group: "javax.servlet", module: "javax.servlet"
5151
}
52-
testCompile("org.apache.httpcomponents:httpclient:4.5.7") {
52+
testCompile("org.apache.httpcomponents:httpclient:4.5.8") {
5353
exclude group: "commons-logging", module: "commons-logging"
5454
}
5555
testCompile("commons-fileupload:commons-fileupload:1.3.3")

0 commit comments

Comments
 (0)