File tree Expand file tree Collapse file tree 3 files changed +1
-3
lines changed Expand file tree Collapse file tree 3 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ configure(allprojects) { project ->
41
41
group = " org.springframework"
42
42
version = qualifyVersionIfNecessary(version)
43
43
44
- ext. aspectjVersion = " 1.8.10 "
44
+ ext. aspectjVersion = " 1.8.11 "
45
45
ext. freemarkerVersion = " 2.3.26-incubating"
46
46
ext. groovyVersion = " 2.4.12"
47
47
ext. hsqldbVersion = " 2.4.0"
Original file line number Diff line number Diff line change @@ -6,5 +6,4 @@ dependencies {
6
6
optional(" org.aspectj:aspectjweaver:${ aspectjVersion} " )
7
7
optional(" org.apache.commons:commons-pool2:2.4.2" )
8
8
optional(" com.jamonapi:jamon:2.81" )
9
- testRuntime(" org.aspectj:aspectjweaver:1.9.0.BETA-7" ) // for JDK 9 build compatibility
10
9
}
Original file line number Diff line number Diff line change @@ -29,5 +29,4 @@ dependencies {
29
29
testRuntime(" javax.xml.bind:jaxb-api:2.3.0" )
30
30
testRuntime(" org.glassfish:javax.el:3.0.1-b08" )
31
31
testRuntime(" org.javamoney:moneta:1.1" )
32
- testRuntime(" org.aspectj:aspectjweaver:1.9.0.BETA-7" ) // for JDK 9 build compatibility
33
32
}
You can’t perform that action at this time.
0 commit comments