From 9b2535ae1c5ce92108b4609a14a77e38788517f5 Mon Sep 17 00:00:00 2001 From: Christian Tzolov Date: Thu, 20 Jul 2023 11:02:29 +0200 Subject: [PATCH] Bump the azure adapter version used by samples to 4.1.0-SNAPSHOT --- .../function-sample-azure-blob-trigger/pom.xml | 2 +- .../function-sample-azure-http-trigger-gradle/build.gradle | 2 +- .../function-sample-azure-http-trigger/pom.xml | 2 +- .../function-sample-azure-kafka-trigger/pom.xml | 2 +- .../function-sample-azure-time-trigger/pom.xml | 2 +- spring-cloud-function-samples/function-sample-azure-web/pom.xml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/spring-cloud-function-samples/function-sample-azure-blob-trigger/pom.xml b/spring-cloud-function-samples/function-sample-azure-blob-trigger/pom.xml index 2eaed4fda..40b5da3cd 100644 --- a/spring-cloud-function-samples/function-sample-azure-blob-trigger/pom.xml +++ b/spring-cloud-function-samples/function-sample-azure-blob-trigger/pom.xml @@ -33,7 +33,7 @@ org.springframework.cloud spring-cloud-function-adapter-azure - 4.0.5-SNAPSHOT + 4.1.0-SNAPSHOT diff --git a/spring-cloud-function-samples/function-sample-azure-http-trigger-gradle/build.gradle b/spring-cloud-function-samples/function-sample-azure-http-trigger-gradle/build.gradle index 2b83ff36d..57488a215 100644 --- a/spring-cloud-function-samples/function-sample-azure-http-trigger-gradle/build.gradle +++ b/spring-cloud-function-samples/function-sample-azure-http-trigger-gradle/build.gradle @@ -34,7 +34,7 @@ repositories { dependencies { implementation 'org.springframework.boot:spring-boot-starter' - implementation "org.springframework.cloud:spring-cloud-function-adapter-azure:4.0.5-SNAPSHOT" + implementation "org.springframework.cloud:spring-cloud-function-adapter-azure:4.1.0-SNAPSHOT" } tasks.named('test') { diff --git a/spring-cloud-function-samples/function-sample-azure-http-trigger/pom.xml b/spring-cloud-function-samples/function-sample-azure-http-trigger/pom.xml index dde5a88a4..83d1997e2 100644 --- a/spring-cloud-function-samples/function-sample-azure-http-trigger/pom.xml +++ b/spring-cloud-function-samples/function-sample-azure-http-trigger/pom.xml @@ -36,7 +36,7 @@ org.springframework.cloud spring-cloud-function-adapter-azure - 4.0.5-SNAPSHOT + 4.1.0-SNAPSHOT diff --git a/spring-cloud-function-samples/function-sample-azure-kafka-trigger/pom.xml b/spring-cloud-function-samples/function-sample-azure-kafka-trigger/pom.xml index 8dccc6eb8..a11da2146 100644 --- a/spring-cloud-function-samples/function-sample-azure-kafka-trigger/pom.xml +++ b/spring-cloud-function-samples/function-sample-azure-kafka-trigger/pom.xml @@ -16,7 +16,7 @@ Demo project for Spring Boot 17 - 4.0.5-SNAPSHOT + 4.1.0-SNAPSHOT 1.0.28.RELEASE example.KafkaTriggerDemoApplication diff --git a/spring-cloud-function-samples/function-sample-azure-time-trigger/pom.xml b/spring-cloud-function-samples/function-sample-azure-time-trigger/pom.xml index c3beccf22..37137c2c0 100644 --- a/spring-cloud-function-samples/function-sample-azure-time-trigger/pom.xml +++ b/spring-cloud-function-samples/function-sample-azure-time-trigger/pom.xml @@ -34,7 +34,7 @@ org.springframework.cloud spring-cloud-function-adapter-azure - 4.0.5-SNAPSHOT + 4.1.0-SNAPSHOT diff --git a/spring-cloud-function-samples/function-sample-azure-web/pom.xml b/spring-cloud-function-samples/function-sample-azure-web/pom.xml index 0c6937461..b24acfd90 100644 --- a/spring-cloud-function-samples/function-sample-azure-web/pom.xml +++ b/spring-cloud-function-samples/function-sample-azure-web/pom.xml @@ -20,7 +20,7 @@ 17 1.0.28.RELEASE - 4.0.5-SNAPSHOT + 4.1.0-SNAPSHOT com.example.azure.web.AzureWebDemoApplication