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
commit 0d24c5ca89ef797824e2b4ef7307af3b75c4d513 Author: Francesco Chicchiriccò <[email protected]> AuthorDate: Wed Apr 16 17:41:01 2025 +0200 Upgrading Commons JEXL --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index b6dcaa8b1a..5f2ecbeeb8 100644 --- a/pom.xml +++ b/pom.xml @@ -438,7 +438,7 @@ under the License. <debezium.version>3.0</debezium.version> <commons-lang3.version>3.17.0</commons-lang3.version> - <commons-jexl.version>3.4.0</commons-jexl.version> + <commons-jexl.version>3.5.0</commons-jexl.version> <commons-text.version>1.13.1</commons-text.version> <pac4j.version>6.1.3-SNAPSHOT</pac4j.version>
