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 7f751b9  Upgrading BVal and maven-war-plugin
7f751b9 is described below

commit 7f751b967ba2d4ee5e312361b1d77c7e838a32fd
Author: Francesco Chicchiriccò <[email protected]>
AuthorDate: Wed Jul 15 08:42:41 2020 +0200

    Upgrading BVal and maven-war-plugin
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 0b9a681..0f31566 100644
--- a/pom.xml
+++ b/pom.xml
@@ -413,7 +413,7 @@ under the License.
 
     <openjpa.version>3.1.2</openjpa.version>
     <hikaricp.version>3.4.5</hikaricp.version>
-    <bval.version>2.0.3</bval.version>
+    <bval.version>2.0.4</bval.version>
 
     <jasypt.version>1.9.3</jasypt.version>
 
@@ -1967,7 +1967,7 @@ under the License.
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-war-plugin</artifactId>
-          <version>3.3.0</version>
+          <version>3.3.1</version>
           <configuration>
             <webResources>
               <resource>

Reply via email to