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

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


The following commit(s) were added to refs/heads/2_1_X by this push:
     new 95c3b43881 Upgrading aspectjweaver and Flowable
95c3b43881 is described below

commit 95c3b43881992602f0dd22ee0fbb61a4040fbb81
Author: Francesco Chicchiriccò <ilgro...@apache.org>
AuthorDate: Fri Dec 23 09:19:33 2022 +0100

    Upgrading aspectjweaver and Flowable
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index c6d413ad2b..548a3381d4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -426,7 +426,7 @@ under the License.
 
     <groovy.version>3.0.13</groovy.version>
 
-    <flowable.version>6.7.2</flowable.version>
+    <flowable.version>6.8.0</flowable.version>
 
     <camel.version>2.25.4</camel.version>
 
@@ -1021,7 +1021,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>

Reply via email to