Fix Azure sample

This commit is contained in:
Oleg Zhurakousky
2021-10-01 11:15:27 +02:00
parent 330c9908dc
commit be654b0a57
2 changed files with 4 additions and 2 deletions

View File

@@ -14,7 +14,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.4.7</version>
<version>2.6.0-M3</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>
@@ -54,7 +54,7 @@
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-function-dependencies</artifactId>
<version>3.1.3-SNAPSHOT</version>
<version>3.2.0-SNAPSHOT</version>
<type>pom</type>
<scope>import</scope>
</dependency>