summaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml9
1 files changed, 7 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 38c0e971..4ec30b60 100644
--- a/pom.xml
+++ b/pom.xml
@@ -78,8 +78,8 @@
<httpclient.version>4.5.14</httpclient.version>
<httpcore.version>4.4.16</httpcore.version>
- <com.fasterxml.jackson.core.version>2.16.0</com.fasterxml.jackson.core.version>
- <com.fasterxml.jackson.databind.version>2.16.0</com.fasterxml.jackson.databind.version>
+ <com.fasterxml.jackson.core.version>2.16.1</com.fasterxml.jackson.core.version>
+ <com.fasterxml.jackson.databind.version>2.16.1</com.fasterxml.jackson.databind.version>
<gson.version>2.10.1</gson.version>
<org.bitbucket.b_c.jose4j.version>0.9.3</org.bitbucket.b_c.jose4j.version>
@@ -668,6 +668,11 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-annotations</artifactId>
+ <version>${com.fasterxml.jackson.core.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>com.fasterxml.jackson.datatype</groupId>
+ <artifactId>jackson-datatype-joda</artifactId>
<version>${com.fasterxml.jackson.core.version}</version>
</dependency>