diff --git a/aws-serverless-java-container-core/pom.xml b/aws-serverless-java-container-core/pom.xml
index 084a51c5c..23029ab4a 100644
--- a/aws-serverless-java-container-core/pom.xml
+++ b/aws-serverless-java-container-core/pom.xml
@@ -94,7 +94,7 @@
org.springframework.security
spring-security-web
- 5.1.5.RELEASE
+ 5.2.11.RELEASE
test
diff --git a/aws-serverless-java-container-spring/pom.xml b/aws-serverless-java-container-spring/pom.xml
index d6db0e230..2294f8a52 100644
--- a/aws-serverless-java-container-spring/pom.xml
+++ b/aws-serverless-java-container-spring/pom.xml
@@ -16,9 +16,9 @@
- 5.2.9.RELEASE
+ 5.2.16.RELEASE
1.5.22.RELEASE
- 5.2.2.RELEASE
+ 5.2.11.RELEASE
diff --git a/aws-serverless-java-container-springboot2/pom.xml b/aws-serverless-java-container-springboot2/pom.xml
index 47ac38211..15bd9f824 100644
--- a/aws-serverless-java-container-springboot2/pom.xml
+++ b/aws-serverless-java-container-springboot2/pom.xml
@@ -15,9 +15,9 @@
1.6-SNAPSHOT
- 5.2.9.RELEASE
- 2.2.6.RELEASE
- 5.2.2.RELEASE
+ 5.2.16.RELEASE
+ 2.2.13.RELEASE
+ 5.2.11.RELEASE
1.8
1.8
diff --git a/aws-serverless-spring-archetype/src/main/resources/archetype-resources/build.gradle b/aws-serverless-spring-archetype/src/main/resources/archetype-resources/build.gradle
index 678f965e2..b47603348 100644
--- a/aws-serverless-spring-archetype/src/main/resources/archetype-resources/build.gradle
+++ b/aws-serverless-spring-archetype/src/main/resources/archetype-resources/build.gradle
@@ -7,8 +7,8 @@ repositories {
dependencies {
compile (
- 'org.springframework:spring-webmvc:5.2.9.RELEASE',
- 'org.springframework:spring-context:5.2.9.RELEASE',
+ 'org.springframework:spring-webmvc:5.2.16.RELEASE',
+ 'org.springframework:spring-context:5.2.16.RELEASE',
'com.amazonaws.serverless:aws-serverless-java-container-spring:[1.0,)',
'org.apache.logging.log4j:log4j-core:2.8.2',
'org.apache.logging.log4j:log4j-api:2.8.2',
diff --git a/aws-serverless-spring-archetype/src/main/resources/archetype-resources/pom.xml b/aws-serverless-spring-archetype/src/main/resources/archetype-resources/pom.xml
index 42bf384e2..822f509ad 100644
--- a/aws-serverless-spring-archetype/src/main/resources/archetype-resources/pom.xml
+++ b/aws-serverless-spring-archetype/src/main/resources/archetype-resources/pom.xml
@@ -16,7 +16,7 @@
1.8
1.8
- 5.2.9.RELEASE
+ 5.2.16.RELEASE
4.12
2.8.2
diff --git a/samples/spring/pet-store/pom.xml b/samples/spring/pet-store/pom.xml
index 4997c048f..b82b2a952 100644
--- a/samples/spring/pet-store/pom.xml
+++ b/samples/spring/pet-store/pom.xml
@@ -26,7 +26,7 @@
1.8
1.8
- 5.2.9.RELEASE
+ 5.2.16.RELEASE
4.13.1
2.13.3