commit f9e576444fbbae6a3d89d909f60c72c3e584499f
parent 5da71d4580de407cacf835ae9cd24ef9303b7c44
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date: Thu, 18 Feb 2021 21:27:19 +0000
Bump jackson-databind from 2.10.3 to 2.10.5.1
Bumps [jackson-databind](https://github.com/FasterXML/jackson) from 2.10.3 to 2.10.5.1.
- [Release notes](https://github.com/FasterXML/jackson/releases)
- [Commits](https://github.com/FasterXML/jackson/commits)
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
@@ -21,7 +21,7 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
- <version>2.10.3</version>
+ <version>2.10.5.1</version>
</dependency>
<!-- Apache Commons Email -->