This is an automated email from the ASF dual-hosted git repository. weichiu pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/ambari-metrics.git
The following commit(s) were added to refs/heads/master by this push: new 2bcc005 AMBARI-26450: Update ambari-metrics jetty version to 9.4.57 (#162) 2bcc005 is described below commit 2bcc0056c8df0dd34309dc6ab5d4310809fc5160 Author: Wei-Chiu Chuang <weic...@apache.org> AuthorDate: Mon Apr 21 08:36:34 2025 -0700 AMBARI-26450: Update ambari-metrics jetty version to 9.4.57 (#162) * Bump jetty-server in /ambari-metrics-host-aggregator Bumps [jetty-server](https://github.com/eclipse/jetty.project) from 9.2.11.v20150529 to 9.4.51.v20230217. - [Release notes](https://github.com/eclipse/jetty.project/releases) - [Commits](https://github.com/eclipse/jetty.project/compare/jetty-9.2.11.v20150529...jetty-9.4.51.v20230217) --- updated-dependencies: - dependency-name: org.eclipse.jetty:jetty-server dependency-type: direct:production ... Signed-off-by: dependabot[bot] <supp...@github.com> (cherry picked from commit a4c7472d899509847078c0ddfd6d7a604464c3dc) * Update jetty-server, jetty-webapp to 9.4.57 latest --------- Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- ambari-metrics-host-aggregator/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ambari-metrics-host-aggregator/pom.xml b/ambari-metrics-host-aggregator/pom.xml index 5eadd9d..130054e 100644 --- a/ambari-metrics-host-aggregator/pom.xml +++ b/ambari-metrics-host-aggregator/pom.xml @@ -111,12 +111,12 @@ <dependency> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-server</artifactId> - <version>9.2.11.v20150529</version> + <version>9.4.57.v20241219</version> </dependency> <dependency> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-webapp</artifactId> - <version>9.2.11.v20150529</version> + <version>9.4.57.v20241219</version> </dependency> </dependencies> --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@ambari.apache.org For additional commands, e-mail: commits-h...@ambari.apache.org