Bumping versions to 3.2.9-SNAPSHOT after release

This commit is contained in:
buildmaster
2022-11-03 14:43:11 +00:00
parent 5ac9b4c4ca
commit 1ce8fcbe58
50 changed files with 78 additions and 78 deletions

View File

@@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.6.11</version>
<version>2.6.13</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.5-SNAPSHOT</spring-cloud.version>
<spring-cloud.version>2021.0.6-SNAPSHOT</spring-cloud.version>
<azure.functions.java.core.version>2.1.0</azure.functions.java.core.version>
<start-class>example.TimerTriggerDemoApplication</start-class>