commit | dc51d9584097985751dd5441797543b251f2c263 | [log] [tgz] |
---|---|---|
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | Mon Jan 30 13:15:30 2023 +0000 |
committer | Akron <nils@diewald-online.de> | Tue Jan 31 08:44:46 2023 +0100 |
tree | 81c708290117722f46b0132c20a6c2ab356608a9 | |
parent | 96eff8fe36e51df40ee678b172c6d0b9d48d93fd [diff] [blame] |
Bump jackson-databind from 2.14.1 to 2.14.2 (closes #54) Bumps [jackson-databind](https://github.com/FasterXML/jackson) from 2.14.1 to 2.14.2. - [Release notes](https://github.com/FasterXML/jackson/releases) - [Commits](https://github.com/FasterXML/jackson/commits) Change-Id: Id6f8851bee7b23669a2eb642d8789839e69f7956 --- 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: Ie4d0522dc0e9268a4d7c4d842555bb642606f561
diff --git a/pom.xml b/pom.xml index 6e7c3a7..970a885 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.1</version> + <version>2.14.2</version> </dependency> <!-- jetty -->