commit | 5671b28bce1bda76cf2ddddd3ce08f2ed07c3550 | [log] [tgz] |
---|---|---|
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | Mon May 16 13:34:43 2022 +0000 |
committer | Akron <nils@diewald-online.de> | Mon Aug 08 17:50:55 2022 +0200 |
tree | 76dfd79ba162103faafa327776f6c7f590b028e7 | |
parent | 1a68954832edf88fb0e602b04728f94d493c81c4 [diff] |
Bump jackson-databind from 2.13.2.2 to 2.13.3 Bumps [jackson-databind](https://github.com/FasterXML/jackson) from 2.13.2.2 to 2.13.3. - [Release notes](https://github.com/FasterXML/jackson/releases) - [Commits](https://github.com/FasterXML/jackson/commits) Change-Id: Id1359f86de86093ac6f287a6c2a6b4b7958a81c7 --- 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: Id0c779e06eb6a324703916fd24546c941f217562
diff --git a/pom.xml b/pom.xml index 487b3d5..3d25e9e 100644 --- a/pom.xml +++ b/pom.xml
@@ -33,7 +33,7 @@ <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-databind</artifactId> - <version>2.13.2.2</version> + <version>2.13.3</version> </dependency> <!-- jetty -->