From 7b764b74f041f85c974c8fcc6441cdb4c89625b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Feb 2024 20:17:29 +0000 Subject: [PATCH] Bump com.fasterxml.jackson:jackson-bom from 2.15.3 to 2.15.4 Bumps [com.fasterxml.jackson:jackson-bom](https://github.com/FasterXML/jackson-bom) from 2.15.3 to 2.15.4. - [Commits](https://github.com/FasterXML/jackson-bom/compare/jackson-bom-2.15.3...jackson-bom-2.15.4) --- 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 9eeabd1722..0360d18a31 100644 --- a/build.gradle +++ b/build.gradle @@ -55,7 +55,7 @@ ext { awaitilityVersion = '4.2.0' hamcrestVersion = '2.2' hibernateValidationVersion = '8.0.1.Final' - jacksonBomVersion = '2.15.3' + jacksonBomVersion = '2.15.4' jaywayJsonPathVersion = '2.8.0' junit4Version = '4.13.2' junitJupiterVersion = '5.10.2'