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 191f2d6aa2 Upgrading Tomcat and AspectJ
191f2d6aa2 is described below
commit 191f2d6aa2f4eabbd552c823000e8391a65658e9
Author: Francesco Chicchiriccò <[email protected]>
AuthorDate: Fri Apr 1 13:23:51 2022 +0200
Upgrading Tomcat and AspectJ
---
pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 19695e0306..283f82437a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -532,7 +532,7 @@ under the License.
<cargo.log>${log.directory}/cargo.log</cargo.log>
<cargo.output>${log.directory}/cargo-output.log</cargo.output>
- <tomcat.version>9.0.60</tomcat.version>
+ <tomcat.version>9.0.62</tomcat.version>
<nodejs.version>v8.11.4</nodejs.version>
<protractor.version>5.4.0</protractor.version>
@@ -1029,7 +1029,7 @@ under the License.
<dependency>
<groupId>org.aspectj</groupId>
<artifactId>aspectjweaver</artifactId>
- <version>1.9.9</version>
+ <version>1.9.9.1</version>
</dependency>
<dependency>