File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ configure(allprojects) { project ->
4141 group = " org.springframework"
4242 version = qualifyVersionIfNecessary(version)
4343
44- ext. aspectjVersion = " 1.8.12 "
44+ ext. aspectjVersion = " 1.8.13 "
4545 ext. freemarkerVersion = " 2.3.27-incubating"
4646 ext. groovyVersion = " 2.4.12"
4747 ext. hsqldbVersion = " 2.4.0"
Original file line number Diff line number Diff line change @@ -87,8 +87,8 @@ compileTestJava {
8787
8888dependencies {
8989 aspects(project(" :spring-orm" ))
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
90+ ajc(" org.aspectj:aspectjtools:1.9.0.RC2 " ) // for JDK 9 build compatibility
91+ rt(" org.aspectj:aspectjrt:1.9.0.RC2 " ) // for JDK 9 build compatibility
9292 compile(" org.aspectj:aspectjweaver:${ aspectjVersion} " ) // for Maven POM exposure
9393 optional(project(" :spring-aop" )) // for @Async support
9494 optional(project(" :spring-beans" )) // for @Configurable support
You can’t perform that action at this time.
0 commit comments