aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml8
1 files changed, 6 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index e7768ff..ddd06a9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -113,13 +113,17 @@
<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>
@@ -159,7 +163,7 @@
<dependency>
<groupId>commons-beanutils</groupId>
<artifactId>commons-beanutils</artifactId>
- <version>1.9.0</version>
+ <version>1.7.0</version>
</dependency>
<dependency>