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
The following commit(s) were added to refs/heads/master by this push:
new 4ef4759095 Upgrading commons-text and java-uuid-generator
4ef4759095 is described below
commit 4ef475909547964584256d16b127e3f1dbfa5bff
Author: Francesco Chicchiriccò <[email protected]>
AuthorDate: Mon Dec 8 07:52:15 2025 +0100
Upgrading commons-text and java-uuid-generator
---
pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 10605aab1c..46f2c8a1de 100644
--- a/pom.xml
+++ b/pom.xml
@@ -459,7 +459,7 @@ under the License.
<commons-lang3.version>3.20.0</commons-lang3.version>
<commons-jexl.version>3.6.0</commons-jexl.version>
- <commons-text.version>1.14.0</commons-text.version>
+ <commons-text.version>1.15.0</commons-text.version>
<pac4j.version>6.2.2</pac4j.version>
@@ -673,7 +673,7 @@ under the License.
<dependency>
<groupId>com.fasterxml.uuid</groupId>
<artifactId>java-uuid-generator</artifactId>
- <version>5.1.1</version>
+ <version>5.2.0</version>
</dependency>
<dependency>