commit | d1c0b1cfb3ee0085c56a5532cb79fefea9eab2dd | [log] [tgz] |
---|---|---|
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | Tue Oct 11 14:34:14 2022 +0000 |
committer | Akron <nils@diewald-online.de> | Wed Oct 12 10:42:01 2022 +0200 |
tree | b4674c62acecb9d091d80f4967cb2d9b274ef1fc | |
parent | cf36e04c7922c66edde9939d08329552c132e0e6 [diff] [blame] |
Bump jackson-databind from 2.14.0-rc1 to 2.14.0-rc2 (closes #40) Bumps [jackson-databind](https://github.com/FasterXML/jackson) from 2.14.0-rc1 to 2.14.0-rc2. - [Release notes](https://github.com/FasterXML/jackson/releases) - [Commits](https://github.com/FasterXML/jackson/commits) Change-Id: I84e0f44fdd8724c8acd7a4a5a2e433876932a8b4 --- 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: Icd256f1ae03da9d22833e562392e526fb80f802d
diff --git a/pom.xml b/pom.xml index bc84a5f..5197c6b 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-rc1</version> + <version>2.14.0-rc2</version> </dependency> <!-- jetty -->