From 7e2c59e9460fd6747e61263224ad65ec45f1ce5c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 12:11:16 +0000 Subject: [PATCH] Bump com.fasterxml.jackson:jackson-bom from 2.18.1 to 2.18.2 (#255) Bumps [com.fasterxml.jackson:jackson-bom](https://github.com/FasterXML/jackson-bom) from 2.18.1 to 2.18.2. - [Commits](https://github.com/FasterXML/jackson-bom/compare/jackson-bom-2.18.1...jackson-bom-2.18.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] 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 1c0dfb4..0e019f0 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.18.1")) + implementation(platform("com.fasterxml.jackson:jackson-bom:2.18.2")) implementation("com.fasterxml.jackson.core:jackson-annotations") implementation("com.fasterxml.jackson.core:jackson-core") implementation("com.fasterxml.jackson.core:jackson-databind")