From bc049da73dd874f4714383b67230ab399842449f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Oct 2023 13:38:01 +0000 Subject: [PATCH] Bump the dependencies group with 1 update Bumps the dependencies group with 1 update: [io.confluent:kafka-avro-serializer](https://github.com/confluentinc/schema-registry). - [Commits](https://github.com/confluentinc/schema-registry/compare/v7.5.0...v7.5.1) --- updated-dependencies: - dependency-name: io.confluent:kafka-avro-serializer dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies ... 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 c12c6371..9ccdb129 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -18,7 +18,7 @@ val jaxbVersion = "2.3.0.1" val javaxActivationVersion = "1.1.1" val jacksonVersion = "2.15.2" val joarkHendelseVersion = "96ec5ebb" -val confluentVersion = "7.5.0" +val confluentVersion = "7.5.1" val jettyVersion = "11.0.6" val syfoXmlCodegenVersion = "2.0.1" val commonsTextVersion = "1.10.0"