This is an automated email from the ASF dual-hosted git repository.
clebertsuconic pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git
The following commit(s) were added to refs/heads/main by this push:
new d7fbe85 ARTEMIS-3754 Upgrade tomcat-servlet-api to 8.5.78
d7fbe85 is described below
commit d7fbe852dbd7740a1c3a10344cbc9c5de4023923
Author: Domenico Francesco Bruscino <[email protected]>
AuthorDate: Fri Apr 1 17:54:05 2022 +0200
ARTEMIS-3754 Upgrade tomcat-servlet-api to 8.5.78
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 6682c9f..2a6f0a7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -103,7 +103,7 @@
<jsr305.version>3.0.2</jsr305.version>
<jboss.logging.version>3.4.2.Final</jboss.logging.version>
<jetty.version>9.4.45.v20220203</jetty.version>
- <tomcat.servlet-api.version>8.5.76</tomcat.servlet-api.version>
+ <tomcat.servlet-api.version>8.5.78</tomcat.servlet-api.version>
<jgroups.version>5.2.0.Final</jgroups.version>
<errorprone.version>2.10.0</errorprone.version>
<maven.enforcer.plugin.version>3.0.0-M3</maven.enforcer.plugin.version>