Bump jackson-databind from 2.14.1 to 2.14.2 (closes #54)

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

Change-Id: Id6f8851bee7b23669a2eb642d8789839e69f7956

---
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: Ie4d0522dc0e9268a4d7c4d842555bb642606f561
diff --git a/pom.xml b/pom.xml
index 6e7c3a7..970a885 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.1</version>
+      <version>2.14.2</version>
     </dependency>
 
     <!-- jetty -->