diff --git a/notification-core/pom.xml b/notification-core/pom.xml index 77a11807df697487f4f31cf6068180cca03c359e..ba5612d8e527253547be693f7ee02cc2007a7648 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 ce46b9d727e7ccdb763af9c44fcb44d1a0bbe0b4..723141aa508bb1b99a5bd1e6140bc03070fb76ad 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>