This is an automated email from the ASF dual-hosted git repository.
zrlw pushed a commit to branch 3.3
in repository https://gitbox.apache.org/repos/asf/dubbo.git
The following commit(s) were added to refs/heads/3.3 by this push:
new ac1621f9a0 Bump org.aspectj:aspectjweaver from 1.9.24 to 1.9.25.1
(#15943)
ac1621f9a0 is described below
commit ac1621f9a0470054c0308c47f84c7668f6bc2868
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sun Jan 4 15:08:36 2026 +0800
Bump org.aspectj:aspectjweaver from 1.9.24 to 1.9.25.1 (#15943)
Bumps [org.aspectj:aspectjweaver](https://github.com/eclipse/org.aspectj)
from 1.9.24 to 1.9.25.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-version: 1.9.25.1
dependency-type: direct:development
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>
Co-authored-by: earthchen <[email protected]>
---
dubbo-config/dubbo-config-spring/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dubbo-config/dubbo-config-spring/pom.xml
b/dubbo-config/dubbo-config-spring/pom.xml
index 66dec4a716..363ab56fb8 100644
--- a/dubbo-config/dubbo-config-spring/pom.xml
+++ b/dubbo-config/dubbo-config-spring/pom.xml
@@ -69,7 +69,7 @@
<dependency>
<groupId>org.aspectj</groupId>
<artifactId>aspectjweaver</artifactId>
- <version>1.9.24</version>
+ <version>1.9.25.1</version>
<scope>test</scope>
</dependency>
<dependency>