Update SNAPSHOT to 3.2.11

This commit is contained in:
buildmaster
2023-06-29 10:41:01 +00:00
parent db3c8f71a5
commit 56b41bf288
53 changed files with 81 additions and 81 deletions

View File

@@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.6.14</version>
<version>2.6.15</version>
<relativePath/>
<!-- lookup parent from repository -->
</parent>
@@ -16,7 +16,7 @@
<description>Demo project for Spring Boot</description>
<properties>
<java.version>1.8</java.version>
<spring-cloud.version>2021.0.8-SNAPSHOT</spring-cloud.version>
<spring-cloud.version>2021.0.8</spring-cloud.version>
<azure.functions.java.core.version>2.1.0</azure.functions.java.core.version>
<start-class>example.TimerTriggerDemoApplication</start-class>