From a86555a47e1c6ec9247be0f60420fcac97605991 Mon Sep 17 00:00:00 2001 From: Elena Felder <41136058+elefeint@users.noreply.github.com> Date: Fri, 10 Dec 2021 17:50:28 -0500 Subject: [PATCH] update gcp adapter version to the latest snapshot Resolves #782 --- .../function-sample-gcp-http/pom.xml | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/spring-cloud-function-samples/function-sample-gcp-http/pom.xml b/spring-cloud-function-samples/function-sample-gcp-http/pom.xml index c1fa68d9b..72241aa5c 100644 --- a/spring-cloud-function-samples/function-sample-gcp-http/pom.xml +++ b/spring-cloud-function-samples/function-sample-gcp-http/pom.xml @@ -19,11 +19,15 @@ + + 3.2.1-SNAPSHOT + + org.springframework.cloud spring-cloud-function-adapter-gcp - 3.1.3-SNAPSHOT + ${spring-cloud-function.version} @@ -38,8 +42,8 @@ test - junit - junit + org.junit.jupiter + junit-jupiter test @@ -74,7 +78,7 @@ org.springframework.cloud spring-cloud-function-adapter-gcp - 3.1.3-SNAPSHOT + ${spring-cloud-function.version}