This is an automated email from the ASF dual-hosted git repository.
jbonofre pushed a commit to branch activemq-5.15.x
in repository https://gitbox.apache.org/repos/asf/activemq.git
The following commit(s) were added to refs/heads/activemq-5.15.x by this push:
new 66d9b08 [AMQ-8112] Upgrade to tomcat 9.0.41
66d9b08 is described below
commit 66d9b084195fb0fe13de8c92a5144ead3925400e
Author: jbonofre <jbonofre@apache.org>
AuthorDate: Tue Jan 5 16:10:33 2021 +0100
[AMQ-8112] Upgrade to tomcat 9.0.41
(cherry picked from commit bbf03ed0e84b159e60c626fd8af4df7927c64d91)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index f813264..a97bf48 100644
--- a/pom.xml
+++ b/pom.xml
@@ -79,7 +79,7 @@
<jetty9-version>9.4.35.v20201120</jetty9-version>
<jetty-version>${jetty9-version}</jetty-version>
<jmdns-version>3.4.1</jmdns-version>
- <tomcat-api-version>9.0.39</tomcat-api-version>
+ <tomcat-api-version>9.0.41</tomcat-api-version>
<jettison-version>1.4.1</jettison-version>
<jmock-version>2.5.1</jmock-version>
<jolokia-version>1.6.2</jolokia-version>
|