This is an automated email from the ASF dual-hosted git repository. brahma pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/ambari.git
The following commit(s) were added to refs/heads/trunk by this push: new b31aca984e AMBARI-25787: upgrade gson version to 2.9.0 (#3604) b31aca984e is described below commit b31aca984eeda91c0ba181496436f1c918f0b331 Author: Sandeep Kumar <sandeep318ku...@gmail.com> AuthorDate: Tue Dec 13 21:12:32 2022 +0530 AMBARI-25787: upgrade gson version to 2.9.0 (#3604) Signed-off-by: Brahma Reddy Battula <bra...@apache.org> --- ambari-project/pom.xml | 2 +- ambari-server/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ambari-project/pom.xml b/ambari-project/pom.xml index 18e0214d86..8fc77f144f 100644 --- a/ambari-project/pom.xml +++ b/ambari-project/pom.xml @@ -218,7 +218,7 @@ <dependency> <groupId>com.google.code.gson</groupId> <artifactId>gson</artifactId> - <version>2.2.2</version> + <version>2.9.0</version> </dependency> <dependency> <groupId>org.apache.derby</groupId> diff --git a/ambari-server/pom.xml b/ambari-server/pom.xml index 44f7cc0e9c..b9ceac5b65 100644 --- a/ambari-server/pom.xml +++ b/ambari-server/pom.xml @@ -1567,7 +1567,7 @@ <dependency> <groupId>com.google.code.gson</groupId> <artifactId>gson</artifactId> - <version>2.2.2</version> + <version>2.9.0</version> </dependency> <dependency> <groupId>org.postgresql</groupId> --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@ambari.apache.org For additional commands, e-mail: commits-h...@ambari.apache.org