From baf7f9e9b404a3b3dd3c2fe9c4aae6b4e9a080be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 09:18:04 -0400 Subject: [PATCH] Bump com.fasterxml.jackson.core:jackson-databind from 2.17.0 to 2.17.1 (#2939) Bumps [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) from 2.17.0 to 2.17.1. - [Commits](https://github.com/FasterXML/jackson/commits) --- 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- db-init/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db-init/build.gradle b/db-init/build.gradle index dad9776350..8b5d11485c 100644 --- a/db-init/build.gradle +++ b/db-init/build.gradle @@ -16,7 +16,7 @@ dependencies { // flywayMigration platform("gov.va.starter:starter-bom:${starter_boot_version}") flywayMigration "org.postgresql:postgresql:${postgresql_version}" constraints { - implementation 'com.fasterxml.jackson.core:jackson-databind:2.17.0' + implementation 'com.fasterxml.jackson.core:jackson-databind:2.17.1' } }