Bump com.fasterxml.jackson.core:jackson-databind from 2.17.1 to 2.17.2 (closes #123)

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

Change-Id: Iee227aa72988693ef21f8b7440b4ff502bf3367c

---
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: If71c6419295436881c80417fb2adeb51fef460d9
diff --git a/pom.xml b/pom.xml
index a8e1edd..9330410 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@
     <dependency>
       <groupId>com.fasterxml.jackson.core</groupId>
       <artifactId>jackson-databind</artifactId>
-      <version>2.17.1</version>
+      <version>2.17.2</version>
     </dependency>
 
     <!-- jetty -->