Skip to content

Commit

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

Bump aspectjrt from 1.9.9 to 1.9.9.1 in /examples
  • Loading branch information
larsgrefer committed Apr 2, 2022
2 parents c9df928 + a8c7ca7 commit 2b82255
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
Expand Up @@ -3,7 +3,7 @@ apply plugin: "groovy"
apply plugin: "io.freefair.aspectj"

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

compileAspectj {
Expand Down
2 changes: 1 addition & 1 deletion examples/aspectj/httpcore-nio/build.gradle
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.9"
implementation "org.aspectj:aspectjrt:1.9.9.1"

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

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

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

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

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

testImplementation "junit:junit:4.13.2"
Expand Down

0 comments on commit 2b82255

Please sign in to comment.