Azure samples version and code adjustments

This commit is contained in:
Christian Tzolov
2023-07-20 10:52:16 +02:00
parent 2e5b38ccfd
commit 787d0f8c50
13 changed files with 80 additions and 63 deletions

View File

@@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.0.7</version>
<version>3.1.1</version>
<relativePath/>
<!-- lookup parent from repository -->
</parent>
@@ -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.1.0-SNAPSHOT</spring-cloud-function-adapter-azure-web.version>
<spring-cloud-function-adapter-azure-web.version>4.0.5-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>