Bump com.fasterxml.jackson.core:jackson-databind from 2.16.0 to 2.16.1 (closes #95)

Bumps [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) from 2.16.0 to 2.16.1.
- [Commits](https://github.com/FasterXML/jackson/commits)

Change-Id: I3a166355c2538442cb2045b4b013238545d19add

---
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: Iffe98157e59960f520a6346d7674af3c1d036ad4
diff --git a/pom.xml b/pom.xml
index d31c6f0..a31c80e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -33,7 +33,7 @@
     <dependency>
       <groupId>com.fasterxml.jackson.core</groupId>
       <artifactId>jackson-databind</artifactId>
-      <version>2.16.0</version>
+      <version>2.16.1</version>
     </dependency>
 
     <!-- jetty -->