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 2d5dc33926 Upgrading Commons JEXL
2d5dc33926 is described below
commit 2d5dc33926f84a52ab09c1143c23403f5e73dbfd
Author: Francesco Chicchiriccò <[email protected]>
AuthorDate: Thu Jun 6 07:43:45 2024 +0200
Upgrading Commons JEXL
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 7de064d86e..1ac3d70dc3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -432,7 +432,7 @@ under the License.
<opensearch-java.version>2.10.3</opensearch-java.version>
<commons-lang3.version>3.14.0</commons-lang3.version>
- <commons-jexl.version>3.3</commons-jexl.version>
+ <commons-jexl.version>3.4.0</commons-jexl.version>
<commons-text.version>1.12.0</commons-text.version>
<pac4j.version>6.0.3</pac4j.version>