You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by co...@apache.org on 2020/08/10 09:21:11 UTC

[camel] branch master updated: Updating Commons Validator to 1.7

This is an automated email from the ASF dual-hosted git repository.

coheigea pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/master by this push:
     new f735a2f  Updating Commons Validator to 1.7
f735a2f is described below

commit f735a2f58eba7a32523efb12606f5e288c0bf7f4
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Mon Aug 10 10:20:26 2020 +0100

    Updating Commons Validator to 1.7
---
 camel-dependencies/pom.xml | 2 +-
 parent/pom.xml             | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/camel-dependencies/pom.xml b/camel-dependencies/pom.xml
index f3c03ab..220a8dd 100644
--- a/camel-dependencies/pom.xml
+++ b/camel-dependencies/pom.xml
@@ -144,7 +144,7 @@
     <commons-pool-version>1.6</commons-pool-version>
     <commons-pool2-version>2.8.1</commons-pool2-version>
     <commons-text-version>1.9</commons-text-version>
-    <commons-validator-version>1.4.1</commons-validator-version>
+    <commons-validator-version>1.7</commons-validator-version>
     <compiler.fork>true</compiler.fork>
     <compress-lzf-version>1.0.4</compress-lzf-version>
     <conscrypt-uber-version>2.2.1</conscrypt-uber-version>
diff --git a/parent/pom.xml b/parent/pom.xml
index d785ed0..68c46f6 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -127,7 +127,7 @@
         <commons-pool-version>1.6</commons-pool-version>
         <commons-pool2-version>2.8.1</commons-pool2-version>
         <commons-text-version>1.9</commons-text-version>
-        <commons-validator-version>1.4.1</commons-validator-version>
+        <commons-validator-version>1.7</commons-validator-version>
         <compress-lzf-version>1.0.4</compress-lzf-version>
         <conscrypt-uber-version>2.2.1</conscrypt-uber-version>
         <consul-client-version>1.3.3</consul-client-version>