diff --git a/pom.xml b/pom.xml index 5275d5ad57da83d77d22b84f1b6ba7f7cdee1a93..692307a5519c4b77c65ab2de12c6fe905794ea11 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 b7c15400106e6e8eeb834495a51610d5a23f4001..9540a23ee82d27b94d57e66476b89dd36af73c37 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>