Upgrade vulnerable dependencies
[sdc/sdc-tosca.git] / sdc-tosca / pom.xml
index da94217..1c71e3a 100644 (file)
         <version>1.7.0-SNAPSHOT</version>
     </parent>
 
+    <properties>
+        <com.fasterxml.jackson.core.version>2.14.2</com.fasterxml.jackson.core.version>
+    </properties>
+
     <dependencies>
         <dependency>
             <groupId>org.projectlombok</groupId>
         <dependency>
             <groupId>com.fasterxml.jackson.core</groupId>
             <artifactId>jackson-databind</artifactId>
-            <version>2.13.2.2</version>
+            <version>${com.fasterxml.jackson.core.version}</version>
         </dependency>
 
         <dependency>
             <groupId>com.fasterxml.jackson.core</groupId>
             <artifactId>jackson-core</artifactId>
-            <version>2.13.2</version>
+            <version>${com.fasterxml.jackson.core.version}</version>
         </dependency>
 
         <!-- Apache Commons -->