Fix critical security issues
[externalapi/nbi.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index e7768ff..ddd06a9 100644 (file)
--- a/pom.xml
+++ b/pom.xml
                                        <groupId>org.apache.tomcat.embed</groupId>
                                        <artifactId>tomcat-embed-core</artifactId>
                                </exclusion>
+                               <exclusion>
+                                       <groupId>com.fasterxml.jackson.core</groupId>
+                                       <artifactId>jackson-databind</artifactId>
+                               </exclusion>
                        </exclusions>
                </dependency>
 
                <dependency>
                        <groupId>org.apache.tomcat.embed</groupId>
                        <artifactId>tomcat-embed-core</artifactId>
-                       <version>8.5.33</version>
+                       <version>8.5.32</version>
                </dependency>
 
                <dependency>
                <dependency>
                        <groupId>commons-beanutils</groupId>
                        <artifactId>commons-beanutils</artifactId>
-                       <version>1.9.0</version>
+                       <version>1.7.0</version>
                </dependency>
 
                <dependency>