You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by co...@apache.org on 2020/02/27 13:17:25 UTC

[camel] branch camel-2.25.x updated: Updating Tomcat used in websocket

This is an automated email from the ASF dual-hosted git repository.

coheigea pushed a commit to branch camel-2.25.x
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/camel-2.25.x by this push:
     new 4ed8a85  Updating Tomcat used in websocket
4ed8a85 is described below

commit 4ed8a8512c3332042cc0070aa85598cc3bcbdd6b
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Thu Feb 27 12:46:01 2020 +0000

    Updating Tomcat used in websocket
---
 components/camel-websocket-jsr356/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/components/camel-websocket-jsr356/pom.xml b/components/camel-websocket-jsr356/pom.xml
index e87e789..3d409e2 100644
--- a/components/camel-websocket-jsr356/pom.xml
+++ b/components/camel-websocket-jsr356/pom.xml
@@ -30,7 +30,7 @@
   <description>Camel WebSocket using JSR356 (javax)</description>
 
   <properties>
-    <tomcat.version>9.0.13</tomcat.version>
+    <tomcat.version>9.0.31</tomcat.version>
 
     <camel.osgi.export.pkg>
       org.apache.camel.component.websocket.jsr356.*;${camel.osgi.version}