This is an automated email from the ASF dual-hosted git repository.
jlmonteiro pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomee.git
The following commit(s) were added to refs/heads/master by this push:
new b6c95f2 downgrade Tomcat because it makes the async servlet example
to fail
b6c95f2 is described below
commit b6c95f200bd47322a158f91edec9d57c6755d77c
Author: Jean-Louis Monteiro <[email protected]>
AuthorDate: Wed Aug 21 08:08:25 2019 +0200
downgrade Tomcat because it makes the async servlet example to fail
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 0f284f4..dcc3874 100644
--- a/pom.xml
+++ b/pom.xml
@@ -136,7 +136,7 @@
<version.shrinkwrap.descriptor>2.0.0</version.shrinkwrap.descriptor>
<version.shrinkwrap.shrinkwrap>1.2.6</version.shrinkwrap.shrinkwrap>
- <tomcat.version>9.0.24</tomcat.version>
+ <tomcat.version>9.0.22</tomcat.version>
<cxf.version>3.3.2</cxf.version>
<ehcache.version>2.10.3</ehcache.version>