From c4edeb99a1d1e7ce34c6fdd4224e9126da8981b2 Mon Sep 17 00:00:00 2001 From: David Meng <xlmeng@amazon.com> Date: Fri, 30 Sep 2022 22:53:16 +0000 Subject: [PATCH] Squashed commit of the following commit 2265f49a Author: David Meng <xlmeng@amazon.com> Date: Tue Sep 27 2022 10:52:17 GMT-0400 (Eastern Daylight Time) Upgrade Gson --- notification-core/pom.xml | 2 +- testing/notification-test-core/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/notification-core/pom.xml b/notification-core/pom.xml index 77a11807d..ba5612d8e 100644 --- a/notification-core/pom.xml +++ b/notification-core/pom.xml @@ -176,7 +176,7 @@ <dependency> <groupId>com.google.code.gson</groupId> <artifactId>gson</artifactId> - <version>2.8.9</version> + <version>2.9.1</version> </dependency> <dependency> diff --git a/testing/notification-test-core/pom.xml b/testing/notification-test-core/pom.xml index ce46b9d72..723141aa5 100644 --- a/testing/notification-test-core/pom.xml +++ b/testing/notification-test-core/pom.xml @@ -120,7 +120,7 @@ <dependency> <groupId>com.google.code.gson</groupId> <artifactId>gson</artifactId> - <version>2.8.5</version> + <version>2.9.1</version> </dependency> <dependency> <groupId>com.google.auth</groupId> -- GitLab