Bump jackson-databind from 2.14.0-rc3 to 2.14.0 (closes #44)

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

Change-Id: I2e6a883d99e425e6337d6d680aec7b71f58428c3

---
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: Ia0fa7d993c5f88e20e428fc7fe32289761391bf3
diff --git a/pom.xml b/pom.xml
index 80435e4..f15b34c 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-rc3</version>
+      <version>2.14.0</version>
     </dependency>
 
     <!-- jetty -->