Bumping dependency versions after release

This commit is contained in:
spring-builds
2024-11-26 02:32:42 +00:00
parent d114c9828d
commit 8603f20073
38 changed files with 42 additions and 42 deletions

View File

@@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.2.12-SNAPSHOT</version>
<version>3.2.12</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>2023.0.5-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>