You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by jb...@apache.org on 2022/08/16 07:47:27 UTC

[activemq] branch main updated: [AMQ-9023] Upgrade to tomcat api 9.0.65

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

jbonofre pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/activemq.git


The following commit(s) were added to refs/heads/main by this push:
     new 6843ae6f8 [AMQ-9023] Upgrade to tomcat api 9.0.65
     new e13346ba9 Merge pull request #877 from jbonofre/AMQ-9023
6843ae6f8 is described below

commit 6843ae6f8ae125627bb01e5746f91130fd76cf74
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Sun Aug 14 06:43:47 2022 +0200

    [AMQ-9023] Upgrade to tomcat api 9.0.65
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index fb20a1e3c..e82b63cda 100644
--- a/pom.xml
+++ b/pom.xml
@@ -74,7 +74,7 @@
     <jetty9-version>9.4.48.v20220622</jetty9-version>
     <jetty-version>${jetty9-version}</jetty-version>
     <jmdns-version>3.4.1</jmdns-version>
-    <tomcat-api-version>9.0.58</tomcat-api-version>
+    <tomcat-api-version>9.0.65</tomcat-api-version>
     <jettison-version>1.5.0</jettison-version>
     <jmock-version>2.5.1</jmock-version>
     <jolokia-version>1.7.1</jolokia-version>