Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump org.aspectj:aspectjweaver from 1.9.9.1 to 1.9.19 #181

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Bump org.aspectj:aspectjweaver from 1.9.9.1 to 1.9.19
Bumps [org.aspectj:aspectjweaver](https://github.com/eclipse/org.aspectj) from 1.9.9.1 to 1.9.19.
- [Release notes](https://github.com/eclipse/org.aspectj/releases)
- [Commits](https://github.com/eclipse/org.aspectj/commits)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored May 15, 2023
commit 152832599261c6a76435ac6d2ca8dbdf4001feb6
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ dependencyResolutionManagement {
alias("jackson-datatype-jsr310").to("com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.15.0")

alias("aspectj-rt").to("org.aspectj:aspectjrt:1.9.6")
alias("aspectj-weaver").to("org.aspectj:aspectjweaver:1.9.9.1")
alias("aspectj-weaver").to("org.aspectj:aspectjweaver:1.9.19")

// Springs support for Java 8 ends with versions >= 6. Since some of our users
// still use java 8 we cannot move on to 6
Expand Down