This is an automated email from the ASF dual-hosted git repository. jxue pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/helix.git
The following commit(s) were added to refs/heads/master by this push: new 8c94db950 Bump org.eclipse.jetty:jetty-server (#2947) 8c94db950 is described below commit 8c94db950113c98344a0ef2f5b32f56bef3bb1f0 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Mon Oct 14 19:59:43 2024 -0700 Bump org.eclipse.jetty:jetty-server (#2947) Bumps org.eclipse.jetty:jetty-server from 9.4.51.v20230217 to 9.4.55.v20240627. --- updated-dependencies: - dependency-name: org.eclipse.jetty:jetty-server dependency-type: direct:production ... Signed-off-by: dependabot[bot] <supp...@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- helix-rest/pom.xml | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/helix-rest/pom.xml b/helix-rest/pom.xml index 3b541f170..b4dc9b17b 100644 --- a/helix-rest/pom.xml +++ b/helix-rest/pom.xml @@ -91,7 +91,7 @@ <dependency> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-server</artifactId> - <version>9.4.51.v20230217</version> + <version>9.4.55.v20240627</version> </dependency> <dependency> <groupId>org.glassfish.jersey.core</groupId> diff --git a/pom.xml b/pom.xml index 2f97d944c..72fd14805 100644 --- a/pom.xml +++ b/pom.xml @@ -511,7 +511,7 @@ <dependency> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-server</artifactId> - <version>9.4.51.v20230217</version> + <version>9.4.55.v20240627</version> </dependency> <dependency> <groupId>org.apache.helix</groupId>