From c8611293ba07094f05e01941e7276b32b2932573 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 07:06:29 -0500 Subject: [PATCH] build(deps): bump com.fasterxml.jackson:jackson-bom (#476) --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index c8ffba97..b7be14ca 100644 --- a/build.gradle +++ b/build.gradle @@ -80,7 +80,7 @@ repositories { dependencies { def picocliVersion = '4.7.6' - implementation(platform('com.fasterxml.jackson:jackson-bom:2.17.2')) + implementation(platform('com.fasterxml.jackson:jackson-bom:2.18.0')) // 1.4.+ requires Java 11 and we are stuck on 8 implementation(platform('ch.qos.logback:logback-parent:[1.3.5,1.4)'))