Skip to content

Commit

Permalink
Upgrade to AspectJ 1.9.9.1 and JRuby 9.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jhoeller committed Apr 8, 2022
1 parent 7e1782e commit 98eeff6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ configure(allprojects) { project ->
}
dependency "com.google.code.findbugs:jsr305:3.0.2"

dependencySet(group: 'org.aspectj', version: '1.9.9') {
dependencySet(group: 'org.aspectj', version: '1.9.9.1') {
entry 'aspectjrt'
entry 'aspectjtools'
entry 'aspectjweaver'
Expand Down Expand Up @@ -145,7 +145,7 @@ configure(allprojects) { project ->
entry 'mockwebserver'
}

dependency "org.jruby:jruby:9.3.3.0"
dependency "org.jruby:jruby:9.3.4.0"
dependency "org.python:jython-standalone:2.7.1"
dependency "org.mozilla:rhino:1.7.11"

Expand Down

0 comments on commit 98eeff6

Please sign in to comment.