Skip to content

Commit

Permalink
Bump org.aspectj:aspectjrt from 1.9.22 to 1.9.22.1 in /examples
Browse files Browse the repository at this point in the history
Bumps [org.aspectj:aspectjrt](https://github.com/eclipse/org.aspectj) from 1.9.22 to 1.9.22.1.
- [Release notes](https://github.com/eclipse/org.aspectj/releases)
- [Commits](https://github.com/eclipse/org.aspectj/commits)

---
updated-dependencies:
- dependency-name: org.aspectj:aspectjrt
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed May 13, 2024
1 parent df47654 commit d3a7ff7
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 @@ -8,7 +8,7 @@ java {
}

dependencies {
implementation "org.aspectj:aspectjrt:1.9.22"
implementation "org.aspectj:aspectjrt:1.9.22.1"
}

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 @@ -9,7 +9,7 @@ java {

dependencies {
inpath 'org.apache.httpcomponents:httpcore-nio:4.4.16'
implementation "org.aspectj:aspectjrt:1.9.22"
implementation "org.aspectj:aspectjrt:1.9.22.1"

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 @@ -8,7 +8,7 @@ java {
}

dependencies {
implementation "org.aspectj:aspectjrt:1.9.22"
implementation "org.aspectj:aspectjrt:1.9.22.1"

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 @@ -29,7 +29,7 @@ dependencies {

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

implementation "org.aspectj:aspectjrt:1.9.22"
implementation "org.aspectj:aspectjrt:1.9.22.1"
implementation localGroovy()

testImplementation "junit:junit:4.13.2"
Expand Down

0 comments on commit d3a7ff7

Please sign in to comment.