This is an automated email from the ASF dual-hosted git repository.
adelbene pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/wicket.git
The following commit(s) were added to refs/heads/master by this push:
new f70da5994f Bump org.aspectj:aspectjrt from 1.9.24 to 1.9.25 (#1299)
f70da5994f is described below
commit f70da5994f0d8c9d1968490aa80acd07a41f7089
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sun Nov 9 16:43:53 2025 +0100
Bump org.aspectj:aspectjrt from 1.9.24 to 1.9.25 (#1299)
Bumps [org.aspectj:aspectjrt](https://github.com/eclipse/org.aspectj) from
1.9.24 to 1.9.25.
- [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-version: 1.9.25
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index a87bacc378..d7e5226a2d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -142,7 +142,7 @@
<!-- Project Versions -->
<asm.version>9.9</asm.version>
- <aspectj.version>1.9.24</aspectj.version>
+ <aspectj.version>1.9.25</aspectj.version>
<assertj-core.version>3.27.6</assertj-core.version>
<bouncycastle.version>1.82</bouncycastle.version>
<byte-buddy.version>1.17.8</byte-buddy.version>