We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f104a79 commit db464c1Copy full SHA for db464c1
spring-cloud-function-samples/function-sample-aws-serverless-web-native/pom.xml
@@ -6,7 +6,7 @@
6
<parent>
7
<groupId>org.springframework.boot</groupId>
8
<artifactId>spring-boot-starter-parent</artifactId>
9
- <version>3.2.0-SNAPSHOT</version>
+ <version>3.2.0</version>
10
<relativePath /> <!-- lookup parent from repository -->
11
</parent>
12
<groupId>oz.native.sample</groupId>
@@ -16,7 +16,7 @@
16
<description>Sample of AWS with Spring Native</description>
17
<properties>
18
<java.version>21</java.version>
19
- <spring-cloud.version>2022.0.5-SNAPSHOT</spring-cloud.version>
+ <spring-cloud.version>2023.0.1-SNAPSHOT</spring-cloud.version>
20
</properties>
21
<dependencies>
22
<dependency>
0 commit comments