From 467217a4e2ed91f499bbcf663a65134a94ab5fe0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 May 2024 07:13:06 +0000 Subject: [PATCH] chore(deps): bump com.fasterxml.jackson.core:jackson-annotations Bumps [com.fasterxml.jackson.core:jackson-annotations](https://github.com/FasterXML/jackson) from 2.15.2 to 2.17.0. - [Commits](https://github.com/FasterXML/jackson/commits) --- updated-dependencies: - dependency-name: com.fasterxml.jackson.core:jackson-annotations dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 80af499e..df7b83ef 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -124,7 +124,7 @@ val avroVersion = "1.8.1" // Version 1.8.1 brings Jackson 1.9.x/org.codehaus.jackson package for Avro and Confluent Platform 4.1.4. val confluentPlatformVersion = "4.1.4" // For compatibility tests use version 4.1.4. val hamcrestVersion = "2.2" -val jacksonVersion = "2.15.2" // This Jackson is used in the tests. +val jacksonVersion = "2.17.0" // This Jackson is used in the tests. val jupiterVersion = "5.10.2" val jettyVersion = "11.0.15" val servletVersion = "4.0.1"