File tree 2 files changed +3
-3
lines changed
2 files changed +3
-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.11 "
44
+ ext. aspectjVersion = " 1.8.12 "
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 @@ -87,8 +87,8 @@ compileTestJava {
87
87
88
88
dependencies {
89
89
aspects(project(" :spring-orm" ))
90
- ajc(" org.aspectj:aspectjtools:1.9.0.BETA-7 " ) // for JDK 9 build compatibility
91
- rt(" org.aspectj:aspectjrt:1.9.0.BETA-7 " ) // for JDK 9 build compatibility
90
+ ajc(" org.aspectj:aspectjtools:1.9.0.RC1 " ) // for JDK 9 build compatibility
91
+ rt(" org.aspectj:aspectjrt:1.9.0.RC1 " ) // for JDK 9 build compatibility
92
92
compile(" org.aspectj:aspectjweaver:${ aspectjVersion} " ) // for Maven POM exposure
93
93
optional(project(" :spring-aop" )) // for @Async support
94
94
optional(project(" :spring-beans" )) // for @Configurable support
You can’t perform that action at this time.
0 commit comments