Skip to content

Commit

Permalink
Bump aspectjweaver from 1.9.9.1 to 1.9.19
Browse files Browse the repository at this point in the history
Bumps [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] <[email protected]>
  • Loading branch information
dependabot[bot] authored and MediaMarco committed Jan 18, 2023
1 parent 3d0c0b0 commit 83d357b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion synapse-core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dependencies {
implementation "org.springframework:spring-context:${springVersion}"

implementation "org.springframework:spring-aop:${springVersion}"
implementation "org.aspectj:aspectjweaver:1.9.9.1"
implementation "org.aspectj:aspectjweaver:1.9.19"

implementation "com.fasterxml.jackson.datatype:jackson-datatype-jsr310:${jacksonVersion}"
implementation "com.fasterxml.jackson.datatype:jackson-datatype-jdk8:${jacksonVersion}"
Expand Down
2 changes: 1 addition & 1 deletion synapse-testsupport/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dependencies {
implementation "org.springframework:spring-context:${springVersion}"

implementation "org.springframework:spring-aop:${springVersion}"
implementation "org.aspectj:aspectjweaver:1.9.9.1"
implementation "org.aspectj:aspectjweaver:1.9.19"

implementation "com.fasterxml.jackson.datatype:jackson-datatype-jsr310:${jacksonVersion}"
implementation "com.fasterxml.jackson.datatype:jackson-datatype-jdk8:${jacksonVersion}"
Expand Down

0 comments on commit 83d357b

Please sign in to comment.