This is an automated email from the ASF dual-hosted git repository.
veithen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git
The following commit(s) were added to refs/heads/master by this push:
new 2024319b02 Bump aspectj.version from 1.9.9.1 to 1.9.20.1
2024319b02 is described below
commit 2024319b02b9addeae8553a6aa4ba2c880cdc5d2
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Dec 7 13:45:01 2023 +0000
Bump aspectj.version from 1.9.9.1 to 1.9.20.1
Bumps `aspectj.version` from 1.9.9.1 to 1.9.20.1.
Updates `org.aspectj:aspectjrt` from 1.9.9.1 to 1.9.20.1
- [Release notes](https://github.com/eclipse/org.aspectj/releases)
- [Commits](https://github.com/eclipse/org.aspectj/commits)
Updates `org.aspectj:aspectjweaver` from 1.9.9.1 to 1.9.20.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
- dependency-name: org.aspectj:aspectjweaver
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 9762412d94..c013fb8a38 100644
--- a/pom.xml
+++ b/pom.xml
@@ -468,7 +468,7 @@
<xmlschema.version>2.3.0</xmlschema.version>
<ant.version>1.10.14</ant.version>
<antlr.version>2.7.7</antlr.version>
- <aspectj.version>1.9.9.1</aspectj.version>
+ <aspectj.version>1.9.20.1</aspectj.version>
<bsf.version>2.4.0</bsf.version>
<commons.fileupload.version>1.5</commons.fileupload.version>
<commons.logging.version>1.2</commons.logging.version>