commit | fef33cb8c820eb93293b15f60b0787d6bb84788c | [log] [tgz] |
---|---|---|
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | Wed May 31 14:00:05 2023 +0000 |
committer | Helge <stallkamp@ids-mannheim.de> | Wed Jun 21 12:23:27 2023 +0200 |
tree | 074dc246f1ce43d9d52733073d0d714af8e027cd | |
parent | 62a3495f953f0de8d4f2271b7076e09e2cb6007f [diff] |
Bump jackson-databind from 2.15.1 to 2.15.2 (closes #71) Bumps [jackson-databind](https://github.com/FasterXML/jackson) from 2.15.1 to 2.15.2. - [Commits](https://github.com/FasterXML/jackson/commits) Change-Id: I2ac6958df5fa869cbd966dec4bba19d2501e0311 --- 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: I44b6b113ca3193c20df87ff64fa1d81a5afaaf42
diff --git a/pom.xml b/pom.xml index 9024c99..d26ad80 100644 --- a/pom.xml +++ b/pom.xml
@@ -33,7 +33,7 @@ <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-databind</artifactId> - <version>2.15.1</version> + <version>2.15.2</version> </dependency> <!-- jetty -->