This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch camel-spring-boot-3.x in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git
commit 9f2d09ba68540deaec250909ed37897e1b6865a2 Author: Claus Ibsen <[email protected]> AuthorDate: Mon Sep 18 16:23:05 2023 +0200 Upgrade to Jetty 9.4.52 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 84afee10344..e69962dc656 100644 --- a/pom.xml +++ b/pom.xml @@ -124,7 +124,7 @@ <hadoop2-version>2.10.0</hadoop2-version> <jakarta-jaxb-version>2.3.2</jakarta-jaxb-version> <jaxb-version>2.3.0</jaxb-version> - <jetty9-version>9.4.45.v20220203</jetty9-version> + <jetty9-version>9.4.52.v20230823</jetty9-version> <maven-compiler-plugin-version>3.10.1</maven-compiler-plugin-version> <maven-javadoc-plugin-version>3.2.0</maven-javadoc-plugin-version> <maven-surefire-plugin-version>3.0.0-M4</maven-surefire-plugin-version>
