This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push: new d70924cfa01 Upgrade Jetty to version 11.0.18 (#11918) d70924cfa01 is described below commit d70924cfa018ef9a579605758093819eff6deb5d Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Mon Nov 6 14:06:13 2023 +0100 Upgrade Jetty to version 11.0.18 (#11918) Signed-off-by: Andrea Cosentino <anco...@gmail.com> --- parent/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parent/pom.xml b/parent/pom.xml index dfb0bca50f7..895bae3eff4 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -256,7 +256,7 @@ <jcr-version>2.0</jcr-version> <jedis-client-version>4.4.3</jedis-client-version> <jetcd-version>0.7.5</jetcd-version> - <jetty-version>11.0.17</jetty-version> + <jetty-version>11.0.18</jetty-version> <jetty-plugin-version>${jetty-version}</jetty-plugin-version> <jetty-runner-groupId>org.eclipse.jetty</jetty-runner-groupId> <jettison-version>1.5.4</jettison-version>