From 497811ebd2f401e2a9c9012c63a85967b09d02d5 Mon Sep 17 00:00:00 2001 From: Jonathan Ruckwood Date: Thu, 15 Jul 2021 17:09:32 +0100 Subject: [PATCH] Update snapshot version in kotlin-web sample --- .../function-sample-kotlin-web/pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/spring-cloud-function-samples/function-sample-kotlin-web/pom.xml b/spring-cloud-function-samples/function-sample-kotlin-web/pom.xml index 09541be4c..90a241f56 100644 --- a/spring-cloud-function-samples/function-sample-kotlin-web/pom.xml +++ b/spring-cloud-function-samples/function-sample-kotlin-web/pom.xml @@ -36,17 +36,17 @@ org.springframework.cloud spring-cloud-function-kotlin - 3.1.2-SNAPSHOT + 3.2.0-SNAPSHOT org.springframework.cloud spring-cloud-function-web - 3.1.2-SNAPSHOT + 3.2.0-SNAPSHOT org.springframework.cloud spring-cloud-function-context - 3.1.2-SNAPSHOT + 3.2.0-SNAPSHOT org.springframework.boot