Update dependencies according to dependabot
Change-Id: Ica84c9c9a99e208a8ca3e9759f920758ef70a509
diff --git a/ChangeLog b/ChangeLog
index c62abf5..0630a3a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
1.0.6-SNAPSHOT
+2022-10-05
+ - Dependency Updates due to CVE-2022-42003 (diewald)
+
1.0.5-SNAPSHOT
@@ -23,4 +26,4 @@
07/01/2019
- Updated Jackson databind library.
- Updated tests' descriptions.
- - Added change log.
\ No newline at end of file
+ - Added change log.
diff --git a/pom.xml b/pom.xml
index 2529a0c..a3b1f87 100644
--- a/pom.xml
+++ b/pom.xml
@@ -65,7 +65,7 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
- <version>2.13.4</version>
+ <version>2.14.0-rc1</version>
</dependency>
<dependency>