Bump jackson-databind from 2.12.5 to 2.13.2.1

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

Change-Id: I937c561619cc393bb9a294483c4024bd3f5de2c5

---
updated-dependencies:
- dependency-name: com.fasterxml.jackson.core:jackson-databind
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Resolves https://github.com/KorAP/Kalamar-Plugin-Export/security/dependabot/2
Resolves CVE-2020-36518

Change-Id: I4c499bebdf65dcc6b88e8395efbb7164fd219633
diff --git a/pom.xml b/pom.xml
index 0d6236b..a9ab1f5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@
     <dependency>
       <groupId>com.fasterxml.jackson.core</groupId>
       <artifactId>jackson-databind</artifactId>
-      <version>2.12.5</version>
+      <version>2.13.2.1</version>
     </dependency>
 
     <!-- jetty -->