Upgrade to AspectJ 1.9.5 and Checkstyle 8.27

This commit is contained in:
Juergen Hoeller
2019-12-02 13:10:07 +01:00
parent 25554d0b21
commit 59165dd526

View File

@@ -28,7 +28,7 @@ ext {
!it.name.equals("spring-build-src") && !it.name.equals("spring-framework-bom")
}
aspectjVersion = "1.9.4"
aspectjVersion = "1.9.5"
freemarkerVersion = "2.3.28"
groovyVersion = "2.5.8"
hsqldbVersion = "2.4.1"
@@ -142,7 +142,7 @@ configure(allprojects) { project ->
}
checkstyle {
toolVersion = "8.26"
toolVersion = "8.27"
configDir = rootProject.file("src/checkstyle")
}