This is an automated email from the ASF dual-hosted git repository.
DaanHoogland pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/cloudstack.git
The following commit(s) were added to refs/heads/main by this push:
new d0a9cbe945f pom: fix org.aspectj version drift (#13863)
d0a9cbe945f is described below
commit d0a9cbe945f6f198c9b0e0680cf9fa7b314bfaa8
Author: René Moser <[email protected]>
AuthorDate: Mon Sep 7 12:30:24 2026 +0200
pom: fix org.aspectj version drift (#13863)
---
pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index cb18ad6eb05..0f3916447b8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -591,12 +591,12 @@
<dependency>
<groupId>org.aspectj</groupId>
<artifactId>aspectjtools</artifactId>
- <version>1.8.13</version>
+ <version>${cs.aspectjrt.version}</version>
</dependency>
<dependency>
<groupId>org.aspectj</groupId>
<artifactId>aspectjweaver</artifactId>
- <version>1.8.13</version>
+ <version>${cs.aspectjrt.version}</version>
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>