This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel-examples.git
The following commit(s) were added to refs/heads/master by this push: new e81bc1b Upgrade tomcat e81bc1b is described below commit e81bc1b644e3bb9e1358d4ab27d89bb49d82205a Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Tue Jun 9 06:59:11 2020 +0200 Upgrade tomcat --- examples/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/pom.xml b/examples/pom.xml index e2eb016..9652c0a 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -206,7 +206,7 @@ <spring-security-version>5.3.0.RELEASE</spring-security-version> <surefire.version>${maven-surefire-plugin-version}</surefire.version> <tinybundles-version>2.1.1</tinybundles-version> - <tomcat-version>9.0.31</tomcat-version> + <tomcat-version>9.0.36</tomcat-version> <woodstox-version>6.0.3</woodstox-version> <xmlunit-version>1.6</xmlunit-version> <derby-version>10.14.2.0</derby-version>