You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by il...@apache.org on 2022/12/23 07:45:31 UTC

[syncope] 01/02: Upgrading aspectjweaver

This is an automated email from the ASF dual-hosted git repository.

ilgrosso pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/syncope.git

commit 7d03c100a3cc5c03b02385fba2bf55d1577ea788
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Thu Dec 22 08:52:08 2022 +0100

    Upgrading aspectjweaver
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 566927a3f5..36969e3320 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1022,7 +1022,7 @@ under the License.
       <dependency>
         <groupId>org.aspectj</groupId>
         <artifactId>aspectjweaver</artifactId>
-        <version>1.9.9.1</version>
+        <version>1.9.19</version>
       </dependency>
 
       <dependency>