commit | b1911a829b7bf6b0878dec3584a4e0a9788a7f74 | [log] [tgz] |
---|---|---|
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | Tue Nov 08 13:09:05 2022 +0000 |
committer | Akron <nils@diewald-online.de> | Wed Nov 16 12:28:10 2022 +0100 |
tree | 35ae8bbaaa7d697bf91493a82271882c5d680191 | |
parent | 1ee62bb2d3a67f3a5162e01f267431c9d1d146a9 [diff] [blame] |
Bump jackson-databind from 2.14.0-rc3 to 2.14.0 (closes #44) Bumps [jackson-databind](https://github.com/FasterXML/jackson) from 2.14.0-rc3 to 2.14.0. - [Release notes](https://github.com/FasterXML/jackson/releases) - [Commits](https://github.com/FasterXML/jackson/commits) Change-Id: I2e6a883d99e425e6337d6d680aec7b71f58428c3 --- 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: Ia0fa7d993c5f88e20e428fc7fe32289761391bf3
diff --git a/pom.xml b/pom.xml index 80435e4..f15b34c 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-rc3</version> + <version>2.14.0</version> </dependency> <!-- jetty -->