From 0dd1de6ba34748e41e2b56fae5b7c3e82f45c46b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Nov 2025 10:02:30 +0000 Subject: [PATCH] Bump com.fasterxml.jackson:jackson-bom from 2.20.0 to 2.20.1 Bumps [com.fasterxml.jackson:jackson-bom](https://github.com/FasterXML/jackson-bom) from 2.20.0 to 2.20.1. - [Commits](https://github.com/FasterXML/jackson-bom/compare/jackson-bom-2.20.0...jackson-bom-2.20.1) --- updated-dependencies: - dependency-name: com.fasterxml.jackson:jackson-bom dependency-version: 2.20.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 30268814c7..762bc3c9d0 100644 --- a/build.gradle +++ b/build.gradle @@ -55,7 +55,7 @@ ext { awaitilityVersion = '4.3.0' hamcrestVersion = '3.0' hibernateValidationVersion = '9.0.1.Final' - jacksonBomVersion = '2.20.0' + jacksonBomVersion = '2.20.1' jackson3Version = '3.0.1' jaywayJsonPathVersion = '2.9.0' junit4Version = '4.13.2'