Skip to content

Commit

Permalink
Upgrade to AspectJ 1.9.5 and Checkstyle 8.27
Browse files Browse the repository at this point in the history
  • Loading branch information
jhoeller committed Dec 2, 2019
1 parent 25554d0 commit 59165dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Expand Up @@ -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"
Expand Down Expand Up @@ -142,7 +142,7 @@ configure(allprojects) { project ->
}

checkstyle {
toolVersion = "8.26"
toolVersion = "8.27"
configDir = rootProject.file("src/checkstyle")
}

Expand Down

0 comments on commit 59165dd

Please sign in to comment.