Bump jackson-databind from 2.14.0-rc1 to 2.14.0-rc2 (closes #29)

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

---
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>

Change-Id: Id2d0424e7f64340df7829c30f83c4c01d7dc76df
diff --git a/pom.xml b/pom.xml
index a3b1f87..31d8417 100644
--- a/pom.xml
+++ b/pom.xml
@@ -65,7 +65,7 @@
 		<dependency>
 			<groupId>com.fasterxml.jackson.core</groupId>
 			<artifactId>jackson-databind</artifactId>
-			<version>2.14.0-rc1</version>
+			<version>2.14.0-rc2</version>
 		</dependency>
 		
 		<dependency>