diff --git a/provider/partition-gcp/pom.xml b/provider/partition-gcp/pom.xml
index 6a5098a331ec0a0b1bc3eb7b8aea752f44c37293..1f06c4f6b4e07b032e1f597a8997007255f173ea 100644
--- a/provider/partition-gcp/pom.xml
+++ b/provider/partition-gcp/pom.xml
@@ -62,19 +62,19 @@
     <dependency>
       <groupId>com.fasterxml.jackson.core</groupId>
       <artifactId>jackson-databind</artifactId>
-      <version>2.12.0</version>
+      <version>2.13.2.2</version>
     </dependency>
     <!-- https://mvnrepository.com/artifact/com.fasterxml.jackson.core/jackson-core -->
     <dependency>
       <groupId>com.fasterxml.jackson.core</groupId>
       <artifactId>jackson-core</artifactId>
-      <version>2.12.0</version>
+      <version>2.13.2</version>
     </dependency>
     <!-- https://mvnrepository.com/artifact/com.fasterxml.jackson.core/jackson-annotations -->
     <dependency>
       <groupId>com.fasterxml.jackson.core</groupId>
       <artifactId>jackson-annotations</artifactId>
-      <version>2.12.0</version>
+      <version>2.13.2</version>
     </dependency>
 
     <!-- Testing packages -->