From 7e5b263ef6d0139dff0d547080618ce1300a3bfb 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 66a0cc317..01a5e6403 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}