Bump the azure adapter version used by samples to 4.1.0-SNAPSHOT

This commit is contained in:
Christian Tzolov
2023-07-20 11:02:29 +02:00
parent 8883e3b771
commit 9b2535ae1c
6 changed files with 6 additions and 6 deletions

View File

@@ -20,7 +20,7 @@
<java.version>17</java.version>
<spring-boot-thin-layout.version>1.0.28.RELEASE</spring-boot-thin-layout.version>
<spring-cloud-function-adapter-azure-web.version>4.0.5-SNAPSHOT</spring-cloud-function-adapter-azure-web.version>
<spring-cloud-function-adapter-azure-web.version>4.1.0-SNAPSHOT</spring-cloud-function-adapter-azure-web.version>
<!-- 2. You must set the Spring Boot start class for the Azure Function runtime to be able to find the entry point. -->
<start-class>com.example.azure.web.AzureWebDemoApplication</start-class>