This is an automated email from the ASF dual-hosted git repository. ilgrosso pushed a commit to branch 2_0_X in repository https://gitbox.apache.org/repos/asf/syncope.git
commit 3b25a994504cc7c992bdb15a07a094973e1a79f3 Author: Francesco Chicchiriccò <[email protected]> AuthorDate: Mon Oct 14 14:04:04 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 72cf383..047b663 100644 --- a/pom.xml +++ b/pom.xml @@ -437,7 +437,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>4.12</junit.version> @@ -523,7 +523,7 @@ under the License. <cargo.log>${log.directory}/cargo.log</cargo.log> <cargo.output>${log.directory}/cargo-output.log</cargo.output> - <tomcat.version>8.5.46</tomcat.version> + <tomcat.version>8.5.47</tomcat.version> <nodejs.version>v8.11.4</nodejs.version> <protractor.version>5.4.0</protractor.version>
