diff --git a/pom.xml b/pom.xml index 905a911a59d97fe045f83c498d14f34d1dcc69d1..dd8564556d98d7d46343a0a7c269c0f83d107a30 100644 --- a/pom.xml +++ b/pom.xml @@ -193,6 +193,7 @@ <plugin> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-maven-plugin</artifactId> + <version>2.7.4</version> <executions> <execution> <id>build-info</id> diff --git a/testing/notification-test-core/pom.xml b/testing/notification-test-core/pom.xml index b3ebc0f479160bf5cfd0d3a23d2c6b1a8fd96451..11de1f3d02e9bd7ac3617d846f9b6cbaebb218d8 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>