From 6a8e6fea01c23756792d69b5a6cc4f621eaa9768 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Dec 2023 10:26:24 +0000 Subject: [PATCH] Bump com.fasterxml.jackson.core:jackson-databind from 2.16.0 to 2.16.1 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) --- 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] --- 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 a7cc926a53..62151ba65d 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.16.0' + implementation 'com.fasterxml.jackson.core:jackson-databind:2.16.1' } }