You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by il...@apache.org on 2019/10/14 12:07:00 UTC

[syncope] 02/02: Upgrading H2 and Tomcat

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 93630ce8581299fe3d2dad886ead52e6494826d7
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Mon Oct 14 14:04:30 2019 +0200

    Upgrading H2 and Tomcat
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 47ca557..827a9b7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -444,7 +444,7 @@ under the License.
 
     <joda.version>2.10.4</joda.version>
 
-    <h2.version>1.4.199</h2.version>
+    <h2.version>1.4.200</h2.version>
 
     <junit.version>5.5.2</junit.version>
 
@@ -512,7 +512,7 @@ under the License.
     <cargo.log>${log.directory}/cargo.log</cargo.log>
     <cargo.output>${log.directory}/cargo-output.log</cargo.output>
 
-    <tomcat.version>9.0.26</tomcat.version>
+    <tomcat.version>9.0.27</tomcat.version>
 
     <docker.postgresql.version>12</docker.postgresql.version>
     <docker.mysql.version>8.0</docker.mysql.version>