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

Bumps [jackson-databind](https://github.com/FasterXML/jackson) from 2.14.0-rc2 to 2.14.0.
- [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: I787da9e125a8cd809c30ba423d76d14a7f04da0e
diff --git a/pom.xml b/pom.xml
index 31d8417..f6e5432 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-rc2</version>
+			<version>2.14.0</version>
 		</dependency>
 		
 		<dependency>