From f5fafded93ac6c7d240b22a27b0a24d017ced5ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 19:58:09 +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.17.1 to 2.17.2. - [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-patch ... 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 a93704e7..47cabd60 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.17.1" // This Jackson is used in the tests. +val jacksonVersion = "2.17.2" // This Jackson is used in the tests. val jupiterVersion = "5.10.3" val servletVersion = "4.0.1" val testcontainersVersion = "1.19.8"