From 7e62a0434defb058465cdc04a8aae2b80535b24a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jul 2024 16:41:40 +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.0 to 2.17.1. - [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 1809aad6..1ad61a77 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.0" // This Jackson is used in the tests. +val jacksonVersion = "2.17.1" // This Jackson is used in the tests. val jupiterVersion = "5.10.3" val servletVersion = "4.0.1" val testcontainersVersion = "1.19.8"