Update SNAPSHOT to 4.2.0-RC1

This commit is contained in:
spring-builds
2024-11-08 01:00:19 +00:00
parent b160ae1615
commit a6379216f8
59 changed files with 89 additions and 89 deletions

View File

@@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.4.0-SNAPSHOT</version>
<version>3.4.0-RC1</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>
<groupId>oz.spring</groupId>
@@ -15,7 +15,7 @@
<description>Template project for creating function that can be deployed as AWS Lambda</description>
<properties>
<java.version>17</java.version>
<spring-cloud.version>2024.0.0-SNAPSHOT</spring-cloud.version>
<spring-cloud.version>2024.0.0-RC1</spring-cloud.version>
<wrapper.version>1.0.31.RELEASE</wrapper.version>
<aws-lambda-events.version>3.9.0</aws-lambda-events.version>
<aws-lambda-java-core.version>1.1.0</aws-lambda-java-core.version>