Update SNAPSHOT to 4.0.3

This commit is contained in:
buildmaster
2023-05-24 18:16:08 +00:00
parent 56963c122e
commit cc740db82e
55 changed files with 84 additions and 84 deletions

View File

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