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

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)

Change-Id: I84e0f44fdd8724c8acd7a4a5a2e433876932a8b4

---
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: Icd256f1ae03da9d22833e562392e526fb80f802d
diff --git a/pom.xml b/pom.xml
index bc84a5f..5197c6b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -33,7 +33,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>
 
     <!-- jetty -->