Skip to content

Commit db50d8a

Browse files
committed
chore(deps): use Spring Cloud release BOM instead of SNAPSHOT
1 parent f5c6791 commit db50d8a

File tree

1 file changed

+1
-1
lines changed
  • samples/springboot3/pet-store-native

1 file changed

+1
-1
lines changed

samples/springboot3/pet-store-native/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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>2022.0.5</spring-cloud.version>
2020
</properties>
2121
<dependencies>
2222
<dependency>

0 commit comments

Comments
 (0)