From bce8a800e9169ffcd49fe77d81f2f9c693c0b294 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 14 Jun 2025 09:02:48 -0400 Subject: [PATCH] Bump com.fasterxml.jackson:jackson-bom from 2.19.0 to 2.19.1 (#3972) Bumps [com.fasterxml.jackson:jackson-bom](https://github.com/FasterXML/jackson-bom) from 2.19.0 to 2.19.1. - [Commits](https://github.com/FasterXML/jackson-bom/compare/jackson-bom-2.19.0...jackson-bom-2.19.1) --- updated-dependencies: - dependency-name: com.fasterxml.jackson:jackson-bom dependency-version: 2.19.1 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> --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index a4a9026e..ce9a8fdd 100644 --- a/build.gradle +++ b/build.gradle @@ -55,7 +55,7 @@ ext { awaitilityVersion = '4.3.0' hamcrestVersion = '3.0' hibernateValidationVersion = '8.0.2.Final' - jacksonBomVersion = '2.19.0' + jacksonBomVersion = '2.19.1' jaywayJsonPathVersion = '2.9.0' junit4Version = '4.13.2' junitJupiterVersion = '5.13.1'