Skip to content

Commit

Permalink
[KYUUBI #6419] Bump Jetty 9.4.54.v20240208
Browse files Browse the repository at this point in the history
# 🔍 Description

Regular dependency upgrade.

- https://github.com/jetty/jetty.project/releases/tag/jetty-9.4.53.v20231009
- https://github.com/jetty/jetty.project/releases/tag/jetty-9.4.54.v20240208

## Types of changes 🔖

- [ ] 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 #6419 from pan3793/jetty-9.4.54.

Closes #6419

a9530da [Cheng Pan] Bump Jetty 9.4.54.v20240208

Authored-by: Cheng Pan <chengpan@apache.org>
Signed-off-by: Cheng Pan <chengpan@apache.org>
  • Loading branch information
pan3793 committed May 24, 2024
1 parent d40f915 commit 6888874
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
18 changes: 9 additions & 9 deletions dev/dependencyList
Original file line number Diff line number Diff line change
Expand Up @@ -88,15 +88,15 @@ 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
jetcd-grpc/0.7.7//jetcd-grpc-0.7.7.jar
jetty-client/9.4.52.v20230823//jetty-client-9.4.52.v20230823.jar
jetty-http/9.4.52.v20230823//jetty-http-9.4.52.v20230823.jar
jetty-io/9.4.52.v20230823//jetty-io-9.4.52.v20230823.jar
jetty-proxy/9.4.52.v20230823//jetty-proxy-9.4.52.v20230823.jar
jetty-security/9.4.52.v20230823//jetty-security-9.4.52.v20230823.jar
jetty-server/9.4.52.v20230823//jetty-server-9.4.52.v20230823.jar
jetty-servlet/9.4.52.v20230823//jetty-servlet-9.4.52.v20230823.jar
jetty-util-ajax/9.4.52.v20230823//jetty-util-ajax-9.4.52.v20230823.jar
jetty-util/9.4.52.v20230823//jetty-util-9.4.52.v20230823.jar
jetty-client/9.4.54.v20240208//jetty-client-9.4.54.v20240208.jar
jetty-http/9.4.54.v20240208//jetty-http-9.4.54.v20240208.jar
jetty-io/9.4.54.v20240208//jetty-io-9.4.54.v20240208.jar
jetty-proxy/9.4.54.v20240208//jetty-proxy-9.4.54.v20240208.jar
jetty-security/9.4.54.v20240208//jetty-security-9.4.54.v20240208.jar
jetty-server/9.4.54.v20240208//jetty-server-9.4.54.v20240208.jar
jetty-servlet/9.4.54.v20240208//jetty-servlet-9.4.54.v20240208.jar
jetty-util-ajax/9.4.54.v20240208//jetty-util-ajax-9.4.54.v20240208.jar
jetty-util/9.4.54.v20240208//jetty-util-9.4.54.v20240208.jar
jline/2.14.6//jline-2.14.6.jar
jul-to-slf4j/1.7.36//jul-to-slf4j-1.7.36.jar
kafka-clients/3.5.2//kafka-clients-3.5.2.jar
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@
<jakarta.activation.version>1.2.2</jakarta.activation.version>
<jersey.version>2.40</jersey.version>
<jetcd.version>0.7.7</jetcd.version>
<jetty.version>9.4.52.v20230823</jetty.version>
<jetty.version>9.4.54.v20240208</jetty.version>
<jline.version>2.14.6</jline.version>
<junit.version>4.13.2</junit.version>
<kafka.version>3.5.2</kafka.version>
Expand Down

0 comments on commit 6888874

Please sign in to comment.