From e192a9646868ca94b9b387f8baa0de206f2718d3 Mon Sep 17 00:00:00 2001 From: Abhay <bios@amazon.com> Date: Mon, 28 Nov 2022 12:00:10 -0800 Subject: [PATCH] upgrading google auth client (cherry picked from commit d9f644c6d8cb380dcf1e60f60ba7e5bcc59a5c36) --- testing/notification-test-core/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/notification-test-core/pom.xml b/testing/notification-test-core/pom.xml index b7c154001..9540a23ee 100644 --- a/testing/notification-test-core/pom.xml +++ b/testing/notification-test-core/pom.xml @@ -99,7 +99,7 @@ <dependency> <groupId>com.google.oauth-client</groupId> <artifactId>google-oauth-client</artifactId> - <version>1.23.0</version> + <version>1.34.1</version> </dependency> <dependency> <groupId>com.google.api-client</groupId> -- GitLab