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 c9c677e07b Upgrading ASF parent POM, Tomcat, Commons Text
c9c677e07b is described below
commit c9c677e07b423f71227948bd8e1a952b86cc3c5d
Author: Francesco Chicchiriccò <[email protected]>
AuthorDate: Wed Apr 17 08:54:40 2024 +0200
Upgrading ASF parent POM, Tomcat, Commons Text
---
pom.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/pom.xml b/pom.xml
index 4eb6ec9eb4..fb8b7d7e6a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -32,7 +32,7 @@ under the License.
<parent>
<groupId>org.apache</groupId>
<artifactId>apache</artifactId>
- <version>31</version>
+ <version>32</version>
<relativePath />
</parent>
@@ -445,7 +445,7 @@ under the License.
<commons-email.version>1.5</commons-email.version>
<commons-jexl.version>3.2.1</commons-jexl.version>
<commons-lang.version>3.12.0</commons-lang.version>
- <commons-text.version>1.10.0</commons-text.version>
+ <commons-text.version>1.12.0</commons-text.version>
<commons-logging.version>1.1.3</commons-logging.version>
<tika.version>1.28.5</tika.version>
@@ -534,7 +534,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.87</tomcat.version>
+ <tomcat.version>9.0.88</tomcat.version>
<nodejs.version>v8.11.4</nodejs.version>
<protractor.version>5.4.0</protractor.version>