This is an automated email from the ASF dual-hosted git repository. wuzhiguo 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 028fbba AMBARI-25815 : upgrade gson to 2.9.0 to resolve CVEs (#94) 028fbba is described below commit 028fbbab42552bdc216c31fcd0525c63a9e192c2 Author: Ananya Singh <purpu...@gmail.com> AuthorDate: Mon Feb 20 13:53:41 2023 +0530 AMBARI-25815 : upgrade gson to 2.9.0 to resolve CVEs (#94) --- ambari-metrics-common/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ambari-metrics-common/pom.xml b/ambari-metrics-common/pom.xml index 9f06cce..f5cf891 100644 --- a/ambari-metrics-common/pom.xml +++ b/ambari-metrics-common/pom.xml @@ -98,7 +98,7 @@ <dependency> <groupId>com.google.code.gson</groupId> <artifactId>gson</artifactId> - <version>2.2.2</version> + <version>2.9.0</version> </dependency> <dependency> <groupId>com.google.guava</groupId> --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@ambari.apache.org For additional commands, e-mail: commits-h...@ambari.apache.org