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 178c040 Upgrading Commons Text
178c040 is described below
commit 178c04027d18f56cdf3a25014214e6691cc1fd73
Author: Francesco Chicchiriccò <[email protected]>
AuthorDate: Mon Jul 27 06:12:41 2020 +0200
Upgrading Commons Text
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 504a2b9..97e650b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -442,7 +442,7 @@ under the License.
<commons-email.version>1.5</commons-email.version>
<commons-jexl.version>3.1</commons-jexl.version>
<commons-lang.version>3.11</commons-lang.version>
- <commons-text.version>1.8</commons-text.version>
+ <commons-text.version>1.9</commons-text.version>
<commons-logging.version>1.1.3</commons-logging.version>
<tika.version>1.24.1</tika.version>