Skip to content

Commit

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

Bumps [org.aspectj:aspectjweaver](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: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 committed May 18, 2024
1 parent 78e26b9 commit c2fc22b
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 @@ -271,7 +271,7 @@
<dependency>
<groupId>org.aspectj</groupId>
<artifactId>aspectjweaver</artifactId>
<version>1.9.22</version>
<version>1.9.22.1</version>
</dependency>
<dependency>
<groupId>io.qameta.allure</groupId>
Expand Down Expand Up @@ -919,7 +919,7 @@
<dependency>
<groupId>org.aspectj</groupId>
<artifactId>aspectjweaver</artifactId>
<version>1.9.22</version>
<version>1.9.22.1</version>
</dependency>
<dependency>
<groupId>org.apache.maven.surefire</groupId>
Expand All @@ -939,7 +939,7 @@
<useFile>false</useFile>
<argLine>
@{argLine} ${surefireArgLine}
-javaagent:"${settings.localRepository}/org/aspectj/aspectjweaver/1.9.22/aspectjweaver-1.9.22.jar"
-javaagent:"${settings.localRepository}/org/aspectj/aspectjweaver/1.9.22.1/aspectjweaver-1.9.22.1.jar"
</argLine>
<properties>
<property>
Expand Down Expand Up @@ -978,7 +978,7 @@
<dependency>
<groupId>org.aspectj</groupId>
<artifactId>aspectjweaver</artifactId>
<version>1.9.22</version>
<version>1.9.22.1</version>
</dependency>
</dependencies>
<configuration>
Expand All @@ -993,7 +993,7 @@
<useFile>false</useFile>
<argLine>
@{argLine} ${surefireArgLine}
-javaagent:"${settings.localRepository}/org/aspectj/aspectjweaver/1.9.22/aspectjweaver-1.9.22.jar"
-javaagent:"${settings.localRepository}/org/aspectj/aspectjweaver/1.9.22.1/aspectjweaver-1.9.22.1.jar"
</argLine>
<properties>
<property>
Expand Down

0 comments on commit c2fc22b

Please sign in to comment.