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 e4f273716 Bump org.eclipse.jetty:jetty-server (#3039)
e4f273716 is described below
commit e4f273716bc3af074f8e6f0761d8abce0322f94c
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon May 12 14:59:32 2025 -0700
Bump org.eclipse.jetty:jetty-server (#3039)
Bumps org.eclipse.jetty:jetty-server from 9.4.55.v20240627 to
9.4.56.v20240826.
---
updated-dependencies:
- dependency-name: org.eclipse.jetty:jetty-server
dependency-version: 9.4.56.v20240826
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <[email protected]>
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 24ddf0d62..b2ac2bad6 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.55.v20240627</version>
+ <version>9.4.56.v20240826</version>
</dependency>
<dependency>
<groupId>org.glassfish.jersey.core</groupId>
diff --git a/pom.xml b/pom.xml
index fd62175c3..b121b11ff 100644
--- a/pom.xml
+++ b/pom.xml
@@ -511,7 +511,7 @@
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-server</artifactId>
- <version>9.4.55.v20240627</version>
+ <version>9.4.56.v20240826</version>
</dependency>
<dependency>
<groupId>org.apache.helix</groupId>