From 20e712c258cd11cd72bd3c95f8eaf52ae9388bc8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Jul 2024 14:30:30 +0000 Subject: [PATCH] Bump com.fasterxml.jackson:jackson-bom from 2.17.1 to 2.17.2 Bumps [com.fasterxml.jackson:jackson-bom](https://github.com/FasterXML/jackson-bom) from 2.17.1 to 2.17.2. - [Commits](https://github.com/FasterXML/jackson-bom/compare/jackson-bom-2.17.1...jackson-bom-2.17.2) --- 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 62cd415..44d3488 100644 --- a/build.gradle +++ b/build.gradle @@ -73,7 +73,7 @@ dependencies { implementation group: 'org.apache.commons', name: 'commons-lang3', version: '3.14.0' implementation group: 'joda-time', name: 'joda-time', version: '2.12.7' - platform(implementation('com.fasterxml.jackson:jackson-bom:2.17.1')) + platform(implementation('com.fasterxml.jackson:jackson-bom:2.17.2')) implementation group: 'com.microsoft.azure', name: 'azure', version: '1.41.4' constraints {