Skip to content

Commit 2fb3f99

Browse files
committed
Upgrade to AspectJ 1.9.8 RC3
Closes gh-27537
1 parent 64b6bee commit 2fb3f99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ configure(allprojects) { project ->
5151
}
5252
dependency "com.google.code.findbugs:jsr305:3.0.2"
5353

54-
dependencySet(group: 'org.aspectj', version: '1.9.8.RC1') {
54+
dependencySet(group: 'org.aspectj', version: '1.9.8.RC3') {
5555
entry 'aspectjrt'
5656
entry 'aspectjtools'
5757
entry 'aspectjweaver'

0 commit comments

Comments
 (0)