Bump com.fasterxml.jackson.core:jackson-databind from 2.20.0 to 2.22.0

Bumps [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) from 2.20.0 to 2.22.0.
- [Commits](https://github.com/FasterXML/jackson/commits)

---
updated-dependencies:
- dependency-name: com.fasterxml.jackson.core:jackson-databind
  dependency-version: 2.22.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Closes #76

Change-Id: I2248ff8262ce8003fa965bc4502bcdb89852774d
diff --git a/pom.xml b/pom.xml
index 64ac57a..299d4fd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -65,7 +65,7 @@
 		<dependency>
 			<groupId>com.fasterxml.jackson.core</groupId>
 			<artifactId>jackson-databind</artifactId>
-			<version>2.20.0</version>
+			<version>2.22.0</version>
 		</dependency>
 		
 		<dependency>