This is an automated email from the ASF dual-hosted git repository.
jbonofre pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/activemq.git
The following commit(s) were added to refs/heads/master by this push:
new 43ffe7e [AMQ-7310] Upgrade to Tomcat API 9.0.27
new 1c5b7cc Merge pull request #415 from jbonofre/AMQ-7310
43ffe7e is described below
commit 43ffe7eac85f7e84f74011c5fbafd57bed3dcfe0
Author: Jean-Baptiste Onofré <[email protected]>
AuthorDate: Sun Nov 17 06:42:33 2019 +0100
[AMQ-7310] Upgrade to Tomcat API 9.0.27
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index d2c3029..146e1a4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -79,7 +79,7 @@
<jetty9-version>9.4.22.v20191022</jetty9-version>
<jetty-version>${jetty9-version}</jetty-version>
<jmdns-version>3.4.1</jmdns-version>
- <tomcat-api-version>8.0.53</tomcat-api-version>
+ <tomcat-api-version>9.0.27</tomcat-api-version>
<jettison-version>1.4.0</jettison-version>
<jmock-version>2.5.1</jmock-version>
<jolokia-version>1.6.0</jolokia-version>