This is an automated email from the ASF dual-hosted git repository.
pottlinger pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-tamaya-sandbox.git
The following commit(s) were added to refs/heads/master by this push:
new b25a8ee Update tomcat to fix security problems
b25a8ee is described below
commit b25a8eea949014a18ad0b5aebbf5e4bb174053a9
Author: Hugo Hirsch <[email protected]>
AuthorDate: Tue Dec 31 13:48:41 2019 +0100
Update tomcat to fix security problems
---
server/pom.xml | 2 +-
ui/pom.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/server/pom.xml b/server/pom.xml
index bb18b02..a151733 100644
--- a/server/pom.xml
+++ b/server/pom.xml
@@ -31,7 +31,7 @@ under the License.
<packaging>jar</packaging>
<properties>
- <tomcat.version>7.0.94</tomcat.version>
+ <tomcat.version>7.0.99</tomcat.version>
</properties>
<dependencies>
diff --git a/ui/pom.xml b/ui/pom.xml
index 5d840a5..5eec26f 100644
--- a/ui/pom.xml
+++ b/ui/pom.xml
@@ -36,7 +36,7 @@
<vaadin.plugin.version>2.1.0</vaadin.plugin.version>
<vaadin.version>8.0.4</vaadin.version>
<guava.version>21.0</guava.version>
- <tomcat.version>7.0.94</tomcat.version>
+ <tomcat.version>7.0.99</tomcat.version>
</properties>
<modules>