commit | 1ee62bb2d3a67f3a5162e01f267431c9d1d146a9 | [log] [tgz] |
---|---|---|
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | Wed Nov 02 08:45:10 2022 +0000 |
committer | Akron <nils@diewald-online.de> | Wed Nov 02 09:52:32 2022 +0100 |
tree | d4dad40a53c7e182136c3eff3874c6b531554fc2 | |
parent | 861975d16b36d6bbd05f0c7beb9b886e838937ef [diff] |
Bump jackson-databind from 2.14.0-rc1 to 2.14.0-rc3 (closes #42) Bumps [jackson-databind](https://github.com/FasterXML/jackson) from 2.14.0-rc1 to 2.14.0-rc3. - [Release notes](https://github.com/FasterXML/jackson/releases) - [Commits](https://github.com/FasterXML/jackson/commits) Change-Id: I185fa5eec0a82a956ec520a2b6b595d1b287908c --- 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: I7c3b3e2b2837596f0049257519e8e41958f8c455
diff --git a/pom.xml b/pom.xml index 4c7c4f9..80435e4 100644 --- a/pom.xml +++ b/pom.xml
@@ -33,7 +33,7 @@ <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-databind</artifactId> - <version>2.14.0-rc2</version> + <version>2.14.0-rc3</version> </dependency> <!-- jetty -->