Skip to content

Commit

Permalink
Merge pull request #499 from freefair/dependabot/gradle/examples/org.…
Browse files Browse the repository at this point in the history
…aspectj-aspectjrt-1.9.9

Bump aspectjrt from 1.9.8 to 1.9.9 in /examples
  • Loading branch information
larsgrefer committed Mar 25, 2022
2 parents f3a8efa + 88b7093 commit ef4038c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion examples/aspectj/aspect/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apply plugin: "groovy"
apply plugin: "io.freefair.aspectj"

dependencies {
implementation "org.aspectj:aspectjrt:1.9.8"
implementation "org.aspectj:aspectjrt:1.9.9"
}

compileAspectj {
Expand Down
2 changes: 1 addition & 1 deletion examples/aspectj/httpcore-nio/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apply plugin: "io.freefair.aspectj"

dependencies {
inpath 'org.apache.httpcomponents:httpcore-nio:4.4.15'
implementation "org.aspectj:aspectjrt:1.9.8"
implementation "org.aspectj:aspectjrt:1.9.9"

testImplementation 'junit:junit:4.13.2'
}
2 changes: 1 addition & 1 deletion examples/aspectj/test/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apply plugin: "io.freefair.aspectj.post-compile-weaving"
apply plugin: "java"

dependencies {
implementation "org.aspectj:aspectjrt:1.9.8"
implementation "org.aspectj:aspectjrt:1.9.9"

testImplementation 'junit:junit:4.13.2'
}
Expand Down
2 changes: 1 addition & 1 deletion examples/aspectj/weaving/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ dependencies {

implementation "org.slf4j:slf4j-api:1.+"

implementation "org.aspectj:aspectjrt:1.9.8"
implementation "org.aspectj:aspectjrt:1.9.9"
implementation localGroovy()

testImplementation "junit:junit:4.13.2"
Expand Down

0 comments on commit ef4038c

Please sign in to comment.