Skip to content

Commit a4b2ae5

Browse files
committed
Expose AspectJ 1.8.11 in POMs (and use it for all tests)
Issue: SPR-15974
1 parent 23497a7 commit a4b2ae5

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ configure(allprojects) { project ->
4141
group = "org.springframework"
4242
version = qualifyVersionIfNecessary(version)
4343

44-
ext.aspectjVersion = "1.8.10"
44+
ext.aspectjVersion = "1.8.11"
4545
ext.freemarkerVersion = "2.3.26-incubating"
4646
ext.groovyVersion = "2.4.12"
4747
ext.hsqldbVersion = "2.4.0"

spring-aop/spring-aop.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,4 @@ dependencies {
66
optional("org.aspectj:aspectjweaver:${aspectjVersion}")
77
optional("org.apache.commons:commons-pool2:2.4.2")
88
optional("com.jamonapi:jamon:2.81")
9-
testRuntime("org.aspectj:aspectjweaver:1.9.0.BETA-7") // for JDK 9 build compatibility
109
}

spring-context/spring-context.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,4 @@ dependencies {
2929
testRuntime("javax.xml.bind:jaxb-api:2.3.0")
3030
testRuntime("org.glassfish:javax.el:3.0.1-b08")
3131
testRuntime("org.javamoney:moneta:1.1")
32-
testRuntime("org.aspectj:aspectjweaver:1.9.0.BETA-7") // for JDK 9 build compatibility
3332
}

0 commit comments

Comments
 (0)