Bump jackson-databind from 2.13.2.1 to 2.13.2.2

Bumps [jackson-databind](https://github.com/FasterXML/jackson) from 2.13.2.1 to 2.13.2.2.
- [Release notes](https://github.com/FasterXML/jackson/releases)
- [Commits](https://github.com/FasterXML/jackson/commits)

Change-Id: I0774ca909e9f2891ffefd7e51feeee9203627032

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

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

Closes #23

Change-Id: I5cdae25d6d0ba9955042d2009a3d375c3c00f60e
diff --git a/pom.xml b/pom.xml
index e2d9a8f..b556a0b 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.2.1</version>
+			<version>2.13.2.2</version>
 		</dependency>
 		
 		<dependency>