diff --git a/provider/indexer-aws/pom.xml b/provider/indexer-aws/pom.xml
index 1c576b02acfcd913008f0fbb34b60d1b99767b19..d445ae8f36d195b77597115a7d91875de213c5ee 100644
--- a/provider/indexer-aws/pom.xml
+++ b/provider/indexer-aws/pom.xml
@@ -75,7 +75,7 @@
     <dependency>
       <groupId>org.springframework.security.oauth</groupId>
       <artifactId>spring-security-oauth2</artifactId>
-      <version>2.3.6.RELEASE</version>
+      <version>2.5.1.RELEASE</version>
     </dependency>
     <dependency>
       <groupId>org.springframework.security</groupId>
@@ -89,6 +89,7 @@
     <dependency>
       <groupId>org.springframework.security</groupId>
       <artifactId>spring-security-oauth2-jose</artifactId>
+      <version>5.5.0</version>
     </dependency>
     <dependency>
       <groupId>javax.inject</groupId>