You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@johnzon.apache.org by jl...@apache.org on 2023/05/22 09:06:51 UTC

[johnzon] 09/11: fix: Update versions

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

jlmonteiro pushed a commit to branch johnzon-1.2.x
in repository https://gitbox.apache.org/repos/asf/johnzon.git

commit 83b7773a160274fb8368bd0edbd0c0557872eec4
Author: Jean-Louis Monteiro <jl...@tomitribe.com>
AuthorDate: Mon May 22 11:05:42 2023 +0200

    fix: Update versions
    
    Signed-off-by: Jean-Louis Monteiro <jl...@tomitribe.com>
---
 johnzon-websocket/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/johnzon-websocket/pom.xml b/johnzon-websocket/pom.xml
index 98d7430f..4e365f31 100644
--- a/johnzon-websocket/pom.xml
+++ b/johnzon-websocket/pom.xml
@@ -29,8 +29,8 @@
   <name>Johnzon :: WebSocket</name>
 
   <properties>
-    <tomcat.version>8.5.9</tomcat.version>
-    <tomee.version>8.0.1</tomee.version>
+    <tomcat.version>8.5.57</tomcat.version>
+    <tomee.version>8.0.13</tomee.version>
     <staging.directory>${project.parent.reporting.outputDirectory}</staging.directory>
   </properties>