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

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

commit d8395f56cb30474e0b0d3736eb6790779803fa84
Author: Jean-Louis Monteiro <[email protected]>
AuthorDate: Tue May 24 13:10:20 2022 +0200

    OWB-1407 Apache Commons Validator 1.4.1 in sample reservation
---
 samples/reservation/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/samples/reservation/pom.xml b/samples/reservation/pom.xml
index 85b6e9b72..baab93581 100644
--- a/samples/reservation/pom.xml
+++ b/samples/reservation/pom.xml
@@ -149,7 +149,7 @@ under the License.
         <dependency>
             <groupId>commons-validator</groupId>
             <artifactId>commons-validator</artifactId>
-            <version>1.3.1</version>
+            <version>1.4.1</version>
         </dependency>
 
         <dependency>
@@ -186,7 +186,7 @@ under the License.
                     <dependency>
                         <groupId>log4j</groupId>
                         <artifactId>log4j</artifactId>
-                        <version>1.2.14</version>
+                        <version>1.2.17</version>
                     </dependency>
                     <dependency>
                         <groupId>org.apache.openjpa</groupId>

Reply via email to