This is an automated email from the ASF dual-hosted git repository. coheigea pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/cxf.git
commit 3c91d4a5c54874ef6f81d0d56662c98ea49aabc4 Author: Colm O hEigeartaigh <[email protected]> AuthorDate: Wed Jul 7 11:17:29 2021 +0100 Updating Tomcat to 9.0.50 --- distribution/src/main/release/samples/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/distribution/src/main/release/samples/pom.xml b/distribution/src/main/release/samples/pom.xml index 41596c2..dd6f92d 100644 --- a/distribution/src/main/release/samples/pom.xml +++ b/distribution/src/main/release/samples/pom.xml @@ -36,7 +36,7 @@ <cxf.httpcomponents.client.version>4.5.13</cxf.httpcomponents.client.version> <cxf.swagger.ui.version>3.38.0</cxf.swagger.ui.version> <cxf.tika.version>1.27</cxf.tika.version> - <cxf.tomcat.version>9.0.46</cxf.tomcat.version> + <cxf.tomcat.version>9.0.50</cxf.tomcat.version> <graalvm.version>21.1.0</graalvm.version> </properties> <dependencies>
