Skip to content

Commit

Permalink
Bump org.aspectj:aspectjweaver from 1.9.21.2 to 1.9.22 (#1553)
Browse files Browse the repository at this point in the history
* Bump org.aspectj:aspectjweaver from 1.9.21.2 to 1.9.22

Bumps [org.aspectj:aspectjweaver](https://github.com/eclipse/org.aspectj) from 1.9.21.2 to 1.9.22.
- [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>

* Update pom.xml

Signed-off-by: Mohab Mohie <Mohab.MohieElDeen@outlook.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Mohab Mohie <Mohab.MohieElDeen@outlook.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Mohab Mohie <Mohab.MohieElDeen@outlook.com>
  • Loading branch information
dependabot[bot] and MohabMohie authored Mar 24, 2024
1 parent adf1902 commit b3c4721
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@
<dependency>
<groupId>org.aspectj</groupId>
<artifactId>aspectjweaver</artifactId>
<version>1.9.21.2</version>
<version>1.9.22</version>
</dependency>

<!-- PDF Validation -->
Expand Down Expand Up @@ -925,7 +925,7 @@
<dependency>
<groupId>org.aspectj</groupId>
<artifactId>aspectjweaver</artifactId>
<version>1.9.21.2</version>
<version>1.9.22</version>
</dependency>
<dependency>
<groupId>org.apache.maven.surefire</groupId>
Expand All @@ -945,7 +945,7 @@
<useFile>false</useFile>
<argLine>
@{argLine} ${surefireArgLine}
-javaagent:"${settings.localRepository}/org/aspectj/aspectjweaver/1.9.21.2/aspectjweaver-1.9.21.2.jar"
-javaagent:"${settings.localRepository}/org/aspectj/aspectjweaver/1.9.22/aspectjweaver-1.9.22.jar"
</argLine>
<properties>
<property>
Expand Down Expand Up @@ -984,7 +984,7 @@
<dependency>
<groupId>org.aspectj</groupId>
<artifactId>aspectjweaver</artifactId>
<version>1.9.21.2</version>
<version>1.9.22</version>
</dependency>
</dependencies>
<configuration>
Expand All @@ -999,7 +999,7 @@
<useFile>false</useFile>
<argLine>
@{argLine} ${surefireArgLine}
-javaagent:"${settings.localRepository}/org/aspectj/aspectjweaver/1.9.21.2/aspectjweaver-1.9.21.2.jar"
-javaagent:"${settings.localRepository}/org/aspectj/aspectjweaver/1.9.22/aspectjweaver-1.9.22.jar"
</argLine>
<properties>
<property>
Expand Down

0 comments on commit b3c4721

Please sign in to comment.