This is an automated email from the ASF dual-hosted git repository.
pauls pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/felix-dev.git
The following commit(s) were added to refs/heads/master by this push:
new 22f6264 FELIX-6426: Update tomcat dependency to 8.5.66 (#78)
22f6264 is described below
commit 22f62649c75ca975fa5f1d1c6e06547efdf97df7
Author: AnguloHerrera <[email protected]>
AuthorDate: Wed Jun 9 22:47:11 2021 +0200
FELIX-6426: Update tomcat dependency to 8.5.66 (#78)
FELIX-6426
Co-authored-by: Natalia Angulo <[email protected]>
---
http/servlet-api/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/http/servlet-api/pom.xml b/http/servlet-api/pom.xml
index a1ab66c..6a43627 100644
--- a/http/servlet-api/pom.xml
+++ b/http/servlet-api/pom.xml
@@ -72,7 +72,7 @@
<dependency>
<groupId>org.apache.tomcat</groupId>
<artifactId>tomcat-servlet-api</artifactId>
- <version>8.0.9</version>
+ <version>8.5.66</version>
</dependency>
</dependencies>