From ccc5c09728f6ae23781da1619bcc06d31dd99119 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 6 Oct 2024 17:54:47 +0100 Subject: [PATCH] Bump com.fasterxml.jackson:jackson-bom from 2.17.2 to 2.18.0 (#247) Bumps [com.fasterxml.jackson:jackson-bom](https://github.com/FasterXML/jackson-bom) from 2.17.2 to 2.18.0. - [Commits](https://github.com/FasterXML/jackson-bom/compare/jackson-bom-2.17.2...jackson-bom-2.18.0) --- updated-dependencies: - dependency-name: com.fasterxml.jackson:jackson-bom dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index fb36157..ed80b6d 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -31,7 +31,7 @@ dependencies { testCompileOnly("org.projectlombok:lombok:1.18.34") testAnnotationProcessor("org.projectlombok:lombok:1.18.34") - implementation(platform("com.fasterxml.jackson:jackson-bom:2.17.2")) + implementation(platform("com.fasterxml.jackson:jackson-bom:2.18.0")) implementation("com.fasterxml.jackson.core:jackson-annotations") implementation("com.fasterxml.jackson.core:jackson-core") implementation("com.fasterxml.jackson.core:jackson-databind")