Skip to content

Commit db464c1

Browse files
committed
Bumping versions
1 parent f104a79 commit db464c1

File tree

1 file changed

+2
-2
lines changed
  • spring-cloud-function-samples/function-sample-aws-serverless-web-native

1 file changed

+2
-2
lines changed

spring-cloud-function-samples/function-sample-aws-serverless-web-native/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.springframework.boot</groupId>
88
<artifactId>spring-boot-starter-parent</artifactId>
9-
<version>3.2.0-SNAPSHOT</version>
9+
<version>3.2.0</version>
1010
<relativePath /> <!-- lookup parent from repository -->
1111
</parent>
1212
<groupId>oz.native.sample</groupId>
@@ -16,7 +16,7 @@
1616
<description>Sample of AWS with Spring Native</description>
1717
<properties>
1818
<java.version>21</java.version>
19-
<spring-cloud.version>2022.0.5-SNAPSHOT</spring-cloud.version>
19+
<spring-cloud.version>2023.0.1-SNAPSHOT</spring-cloud.version>
2020
</properties>
2121
<dependencies>
2222
<dependency>

0 commit comments

Comments
 (0)