Repository: ignite
Updated Branches:
  refs/heads/master 44fd019d0 -> 9b87adb63


IGNITE-9058 Update Apache Tomcat dependency version. - Fixes #4435.

Signed-off-by: Dmitriy Pavlov <dpav...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/ignite/repo
Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/9b87adb6
Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/9b87adb6
Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/9b87adb6

Branch: refs/heads/master
Commit: 9b87adb633fa3358cb8d356e19dfdfddac71b80a
Parents: 44fd019
Author: Fedotov <vane...@gmail.com>
Authored: Fri Jul 27 17:20:18 2018 +0300
Committer: Dmitriy Pavlov <dpav...@apache.org>
Committed: Fri Jul 27 17:20:18 2018 +0300

----------------------------------------------------------------------
 assembly/LICENSE_FABRIC | 2 +-
 parent/pom.xml          | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/9b87adb6/assembly/LICENSE_FABRIC
----------------------------------------------------------------------
diff --git a/assembly/LICENSE_FABRIC b/assembly/LICENSE_FABRIC
index 0beb533..ce44bea 100644
--- a/assembly/LICENSE_FABRIC
+++ b/assembly/LICENSE_FABRIC
@@ -261,7 +261,7 @@ This product bundles JTidy which is available under the 
following:
 Java HTML Tidy License. For details, see 
http://jtidy.svn.sourceforge.net/viewvc/jtidy/trunk/jtidy/LICENSE.txt?revision=95.
 
 ==============================================================================
-For tomcat-servlet-api (http://tomcat.apache.org/) 
org.apache.tomcat:tomcat-servlet-api:jar:9.0.8
+For tomcat-servlet-api (http://tomcat.apache.org/) 
org.apache.tomcat:tomcat-servlet-api:jar:9.0.10
 ==============================================================================
 This product bundles tomcat-servlet-api which is available under the following:
 Apache License, Version 2.0 and Common Development And Distribution License 
(CDDL) Version 1.0. For details, see 
http://www.apache.org/licenses/LICENSE-2.0.txt and 
http://www.opensource.org/licenses/cddl1.txt.

http://git-wip-us.apache.org/repos/asf/ignite/blob/9b87adb6/parent/pom.xml
----------------------------------------------------------------------
diff --git a/parent/pom.xml b/parent/pom.xml
index 4029967..78c16a9 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -118,7 +118,7 @@
         <spring-5.0.version>5.0.5.RELEASE</spring-5.0.version><!-- don't 
forget to update spring-data-2.0 version -->
         
<spring41.osgi.feature.version>4.1.7.RELEASE_1</spring41.osgi.feature.version>
         <storm.version>1.1.1</storm.version>
-        <tomcat.version>9.0.8</tomcat.version>
+        <tomcat.version>9.0.10</tomcat.version>
         <twitter.hbc.version>2.2.0</twitter.hbc.version>
         
<yammer.metrics.annotation.version>2.2.0</yammer.metrics.annotation.version>
         <yammer.metrics.core.version>2.2.0</yammer.metrics.core.version>

Reply via email to