commit | c160b2dc3dc6234bd8810d0b5bf3ba8f9139d9a2 | [log] [tgz] |
---|---|---|
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | Mon Dec 25 13:40:31 2023 +0000 |
committer | Helge <stallkamp@ids-mannheim.de> | Wed Jan 10 16:10:17 2024 +0100 |
tree | 6d2470880d1eda851a08bdeefe56a2c09d576880 | |
parent | b4d3b2a82107e231f4c53d85c8cf5f40831789cb [diff] |
Bump com.fasterxml.jackson.core:jackson-databind from 2.16.0 to 2.16.1 (closes #95) Bumps [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) from 2.16.0 to 2.16.1. - [Commits](https://github.com/FasterXML/jackson/commits) Change-Id: I3a166355c2538442cb2045b4b013238545d19add --- 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: Iffe98157e59960f520a6346d7674af3c1d036ad4
diff --git a/pom.xml b/pom.xml index d31c6f0..a31c80e 100644 --- a/pom.xml +++ b/pom.xml
@@ -33,7 +33,7 @@ <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-databind</artifactId> - <version>2.16.0</version> + <version>2.16.1</version> </dependency> <!-- jetty -->