Bumping versions

This commit is contained in:
buildmaster
2024-08-05 19:12:58 +00:00
parent b8cfda9193
commit a731b934b0
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.2.8</version>
<version>3.4.0-M1</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>2023.0.4-SNAPSHOT</spring-cloud.version>
<spring-cloud.version>2024.0.0-SNAPSHOT</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>