This is an automated email from the ASF dual-hosted git repository. jongyoul pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/zeppelin.git
The following commit(s) were added to refs/heads/master by this push: new cc66ce206c Update jetty to latest 9.x version (#4627) cc66ce206c is described below commit cc66ce206c57dab23ca6586000a06d4be6adada9 Author: Philipp Dallig <philipp.dal...@gmail.com> AuthorDate: Wed Jul 5 14:04:52 2023 +0200 Update jetty to latest 9.x version (#4627) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index d9af663c0e..407625dfb1 100644 --- a/pom.xml +++ b/pom.xml @@ -122,7 +122,7 @@ <flexmark.all.version>0.62.2</flexmark.all.version> <gson.version>2.8.9</gson.version> <gson-extras.version>0.2.2</gson-extras.version> - <jetty.version>9.4.43.v20210629</jetty.version> + <jetty.version>9.4.51.v20230217</jetty.version> <httpcomponents.core.version>4.4.1</httpcomponents.core.version> <httpcomponents.client.version>4.5.13</httpcomponents.client.version> <httpcomponents.asyncclient.version>4.0.2</httpcomponents.asyncclient.version>