diff --git a/samples/springboot3/pet-store-native/pom.xml b/samples/springboot3/pet-store-native/pom.xml
index 1c33325e4..6ca921205 100644
--- a/samples/springboot3/pet-store-native/pom.xml
+++ b/samples/springboot3/pet-store-native/pom.xml
@@ -6,7 +6,7 @@
org.springframework.boot
spring-boot-starter-parent
- 3.2.0-SNAPSHOT
+ 3.2.2
com.amazonaws.serverless.sample
@@ -31,12 +31,12 @@
com.amazonaws
aws-lambda-java-events
- 3.9.0
+ 3.11.4
com.amazonaws
aws-lambda-java-core
- 1.1.0
+ 1.2.3
provided
@@ -119,4 +119,23 @@
+
+
+
+ spring-snapshots
+ Spring Snapshots
+ https://repo.spring.io/snapshot
+
+ true
+
+
+
+ spring-milestones
+ Spring Milestones
+ https://repo.spring.io/milestone
+
+ false
+
+
+
\ No newline at end of file