Bump jackson-databind from 2.12.2 to 2.13.2.1

Bumps [jackson-databind](https://github.com/FasterXML/jackson) from 2.12.2 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 #20
Resolves https://github.com/KorAP/KorapSRU/security/dependabot/2
Resolves CVE-2020-36518

Change-Id: I4c499bebdf65dcc6b88e8395efbb7164fd219633
diff --git a/pom.xml b/pom.xml
index a141366..dc94811 100644
--- a/pom.xml
+++ b/pom.xml
@@ -65,7 +65,7 @@
 		<dependency>
 			<groupId>com.fasterxml.jackson.core</groupId>
 			<artifactId>jackson-databind</artifactId>
-			<version>2.12.2</version>
+			<version>2.13.2.1</version>
 		</dependency>
 		
 		<dependency>