From 75b3c58f95d3a06ed616bd73262be459b0192149 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Feb 2025 20:43:06 +0000 Subject: [PATCH] Bump the gradle group with 2 updates Bumps the gradle group with 2 updates: [io.confluent:kafka-connect-avro-converter](https://github.com/confluentinc/schema-registry) and [io.confluent:kafka-avro-serializer](https://github.com/confluentinc/schema-registry). Updates `io.confluent:kafka-connect-avro-converter` from 7.8.0 to 7.8.1 - [Commits](https://github.com/confluentinc/schema-registry/compare/v7.8.0...v7.8.1) Updates `io.confluent:kafka-avro-serializer` from 7.8.0 to 7.8.1 - [Commits](https://github.com/confluentinc/schema-registry/compare/v7.8.0...v7.8.1) Updates `io.confluent:kafka-avro-serializer` from 7.8.0 to 7.8.1 - [Commits](https://github.com/confluentinc/schema-registry/compare/v7.8.0...v7.8.1) --- updated-dependencies: - dependency-name: io.confluent:kafka-connect-avro-converter dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle - dependency-name: io.confluent:kafka-avro-serializer dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle - dependency-name: io.confluent:kafka-avro-serializer dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle ... 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 7c5814f7..d339e76d 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -22,7 +22,7 @@ configurations { } } -val confluentVersion = "7.8.0" +val confluentVersion = "7.8.1" val springCloudVersion = "4.2.0" val logstashLogbackEncoderVersion = "8.0" val tokenSupportVersion = "5.0.16"