Skip to content

Commit 17e2a0c

Browse files
committed
Upgrade to AspectJ 1.9.5 and Checkstyle 8.27
1 parent 1560bbd commit 17e2a0c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ configure(allprojects) { project ->
6161

6262
dependency "com.google.code.findbugs:jsr305:3.0.2"
6363

64-
dependencySet(group: 'org.aspectj', version: '1.9.4') {
64+
dependencySet(group: 'org.aspectj', version: '1.9.5') {
6565
entry 'aspectjrt'
6666
entry 'aspectjtools'
6767
entry 'aspectjweaver'
@@ -338,7 +338,7 @@ configure([rootProject] + javaProjects) { project ->
338338
}
339339

340340
checkstyle {
341-
toolVersion = "8.26"
341+
toolVersion = "8.27"
342342
configDir = rootProject.file("src/checkstyle")
343343
}
344344

0 commit comments

Comments
 (0)