From 289e7b3692915ace7b9367431eded0c920e3dfb0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 Nov 2024 10:59:07 +0000 Subject: [PATCH] Bump com.fasterxml.jackson:jackson-bom from 2.18.0 to 2.18.1 Bumps [com.fasterxml.jackson:jackson-bom](https://github.com/FasterXML/jackson-bom) from 2.18.0 to 2.18.1. - [Commits](https://github.com/FasterXML/jackson-bom/compare/jackson-bom-2.18.0...jackson-bom-2.18.1) --- updated-dependencies: - dependency-name: com.fasterxml.jackson:jackson-bom 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 53fd215304..2c338051c3 100644 --- a/build.gradle +++ b/build.gradle @@ -54,7 +54,7 @@ ext { awaitilityVersion = '4.2.2' hamcrestVersion = '3.0' hibernateValidationVersion = '8.0.1.Final' - jacksonBomVersion = '2.18.0' + jacksonBomVersion = '2.18.1' jaywayJsonPathVersion = '2.9.0' junit4Version = '4.13.2' junitJupiterVersion = '5.11.3'