From 7d4baeb6ebb2e61298538c16d89a8882c231cb45 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Nov 2024 10:59:30 +0000 Subject: [PATCH] Bump com.fasterxml.jackson.core:jackson-databind from 2.18.1 to 2.18.2 Bumps [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) from 2.18.1 to 2.18.2. - [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 1ba71bdd2..ef851630f 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.18.1' + implementation 'com.fasterxml.jackson.core:jackson-databind:2.18.2' } }