Remove security vulnerabilities
[dcaegen2/services/son-handler.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 625e693..205692c 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -42,7 +42,7 @@
 
         <properties>
                 <sdk.version>1.8.6</sdk.version>
-                <spring.version>5.3.7</spring.version>
+                <spring.version>5.3.14</spring.version>
                 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
                 <maven.compiler.source>11</maven.compiler.source>
                 <maven.compiler.target>11</maven.compiler.target>
                 <dependency>
                         <groupId>com.fasterxml.jackson.core</groupId>
                         <artifactId>jackson-core</artifactId>
-                        <version>2.11.0</version>
+                        <version>2.12.6</version>
                 </dependency>
                 <dependency>
                         <groupId>com.fasterxml.jackson.core</groupId>
                         <artifactId>jackson-databind</artifactId>
-                        <version>2.11.0</version>
+                        <version>2.12.6</version>
                 </dependency>
                 <!-- https://mvnrepository.com/artifact/javax.json/javax.json-api -->
                 <dependency>
             <dependency>
                     <groupId>org.apache.tomcat.embed</groupId>
                     <artifactId>tomcat-embed-core</artifactId>
-                   <version>9.0.46</version>
+                    <version>9.0.50</version>
+            </dependency>
+            <dependency>
+                   <groupId>ch.qos.logback</groupId>
+                   <artifactId>logback-core</artifactId>
+                   <version>1.2.10</version>
             </dependency>
         </dependencies>