This is an automated email from the ASF dual-hosted git repository.
haonan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/iotdb.git
The following commit(s) were added to refs/heads/master by this push:
new 9a25e6c4ba4 Bump org.eclipse.jetty:jetty-http (#11326)
9a25e6c4ba4 is described below
commit 9a25e6c4ba4ebe1026dcc0df3c86b40a0fbe8b8d
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Oct 17 02:17:41 2023 -0500
Bump org.eclipse.jetty:jetty-http (#11326)
Bumps
[org.eclipse.jetty:jetty-http](https://github.com/eclipse/jetty.project) from
9.4.52.v20230823 to 9.4.53.v20231009.
- [Release notes](https://github.com/eclipse/jetty.project/releases)
-
[Commits](https://github.com/eclipse/jetty.project/compare/jetty-9.4.52.v20230823...jetty-9.4.53.v20231009)
---
updated-dependencies:
- dependency-name: org.eclipse.jetty:jetty-http
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index aa850927bc3..4e5ffe45016 100644
--- a/pom.xml
+++ b/pom.xml
@@ -107,7 +107,7 @@
<!-- This is the last version to support the javax namespace -->
<jersey.version>2.40</jersey.version>
<!-- This was the last version to support Java 8 -->
- <jetty.version>9.4.52.v20230823</jetty.version>
+ <jetty.version>9.4.53.v20231009</jetty.version>
<jjwt.version>0.11.5</jjwt.version>
<jline.version>3.23.0</jline.version>
<!--