From d40f9155b0374e8144cbd6a3510a8ef323abb321 Mon Sep 17 00:00:00 2001 From: Cheng Pan Date: Fri, 24 May 2024 18:21:34 +0800 Subject: [PATCH] [KYUUBI #6418] Bump Jersey to 2.40 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # :mag: Description This is a regular dependency upgrade. https://github.com/eclipse-ee4j/jersey/releases/tag/2.40 Though 2.40 is not the latest version of the Jersey 2 serial, using a version adopted by Spark 3.5 is not harmful. ## Types of changes :bookmark: - [ ] Bugfix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to change) ## Test Plan ๐Ÿงช Pass GHA. --- # Checklist ๐Ÿ“ - [x] This patch was not authored or co-authored using [Generative Tooling](https://www.apache.org/legal/generative-tooling.html) **Be nice. Be informative.** Closes #6418 from pan3793/jersey-240. Closes #6418 e925acdbd [Cheng Pan] update dependencyList a853dc289 [Cheng Pan] Bump Jersey to 2.40 Authored-by: Cheng Pan Signed-off-by: Cheng Pan --- dev/dependencyList | 16 ++++++++-------- pom.xml | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/dev/dependencyList b/dev/dependencyList index e7163b09b..01f62e2ec 100644 --- a/dev/dependencyList +++ b/dev/dependencyList @@ -76,14 +76,14 @@ jakarta.xml.bind-api/2.3.2//jakarta.xml.bind-api-2.3.2.jar javassist/3.25.0-GA//javassist-3.25.0-GA.jar javax.servlet-api/4.0.1//javax.servlet-api-4.0.1.jar jcl-over-slf4j/1.7.36//jcl-over-slf4j-1.7.36.jar -jersey-client/2.39.1//jersey-client-2.39.1.jar -jersey-common/2.39.1//jersey-common-2.39.1.jar -jersey-container-servlet-core/2.39.1//jersey-container-servlet-core-2.39.1.jar -jersey-entity-filtering/2.39.1//jersey-entity-filtering-2.39.1.jar -jersey-hk2/2.39.1//jersey-hk2-2.39.1.jar -jersey-media-json-jackson/2.39.1//jersey-media-json-jackson-2.39.1.jar -jersey-media-multipart/2.39.1//jersey-media-multipart-2.39.1.jar -jersey-server/2.39.1//jersey-server-2.39.1.jar +jersey-client/2.40//jersey-client-2.40.jar +jersey-common/2.40//jersey-common-2.40.jar +jersey-container-servlet-core/2.40//jersey-container-servlet-core-2.40.jar +jersey-entity-filtering/2.40//jersey-entity-filtering-2.40.jar +jersey-hk2/2.40//jersey-hk2-2.40.jar +jersey-media-json-jackson/2.40//jersey-media-json-jackson-2.40.jar +jersey-media-multipart/2.40//jersey-media-multipart-2.40.jar +jersey-server/2.40//jersey-server-2.40.jar jetcd-api/0.7.7//jetcd-api-0.7.7.jar jetcd-common/0.7.7//jetcd-common-0.7.7.jar jetcd-core/0.7.7//jetcd-core-0.7.7.jar diff --git a/pom.xml b/pom.xml index cc3778903..90ef8fd3d 100644 --- a/pom.xml +++ b/pom.xml @@ -165,7 +165,7 @@ 5.0.0 2.3.2 1.2.2 - 2.39.1 + 2.40 0.7.7 9.4.52.v20230823 2.14.6