Skip to content

Commit

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

Bump aspectjrt from 1.9.8.RC3 to 1.9.8 in /examples
  • Loading branch information
larsgrefer committed Feb 11, 2022
2 parents 379e0c9 + e26a37c commit 0dcc7a8
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.RC3"
implementation "org.aspectj:aspectjrt:1.9.8"
}

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.RC3"
implementation "org.aspectj:aspectjrt:1.9.8"

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.RC3"
implementation "org.aspectj:aspectjrt:1.9.8"

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.RC3"
implementation "org.aspectj:aspectjrt:1.9.8"
implementation localGroovy()

testImplementation "junit:junit:4.13.2"
Expand Down

0 comments on commit 0dcc7a8

Please sign in to comment.