Skip to content

Commit 59165dd

Browse files
committed
Upgrade to AspectJ 1.9.5 and Checkstyle 8.27
1 parent 25554d0 commit 59165dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ ext {
2828
!it.name.equals("spring-build-src") && !it.name.equals("spring-framework-bom")
2929
}
3030

31-
aspectjVersion = "1.9.4"
31+
aspectjVersion = "1.9.5"
3232
freemarkerVersion = "2.3.28"
3333
groovyVersion = "2.5.8"
3434
hsqldbVersion = "2.4.1"
@@ -142,7 +142,7 @@ configure(allprojects) { project ->
142142
}
143143

144144
checkstyle {
145-
toolVersion = "8.26"
145+
toolVersion = "8.27"
146146
configDir = rootProject.file("src/checkstyle")
147147
}
148148

0 commit comments

Comments
 (0)