Bump jackson-databind from 2.14.0 to 2.14.1 (closes #45)

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

Change-Id: Id737c1fc87632d3bbb911247cfc2c0840b72a623

---
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: Ic92e5abd90a6c1b13debd8cbddb9f261167663c4
diff --git a/pom.xml b/pom.xml
index 2a08995..4487caa 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</version>
+      <version>2.14.1</version>
     </dependency>
 
     <!-- jetty -->