From 84d91c49b8f33dee6573177d7b2afaa2ff4f0ecb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Sep 2023 07:16:37 +0200 Subject: [PATCH] Bump the dependencies group with 3 updates (#212) Bumps the dependencies group with 3 updates: org.apache.kafka:kafka_2.12, [io.confluent:kafka-avro-serializer](https://github.com/confluentinc/schema-registry) and [io.kotest:kotest-runner-junit5](https://github.com/kotest/kotest). Updates `org.apache.kafka:kafka_2.12` from 3.5.0 to 3.5.1 Updates `io.confluent:kafka-avro-serializer` from 7.4.1 to 7.5.0 - [Commits](https://github.com/confluentinc/schema-registry/compare/v7.4.1...v7.5.0) Updates `io.kotest:kotest-runner-junit5` from 5.6.2 to 5.7.2 - [Release notes](https://github.com/kotest/kotest/releases) - [Commits](https://github.com/kotest/kotest/compare/v5.6.2...v5.7.2) --- updated-dependencies: - dependency-name: org.apache.kafka:kafka_2.12 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: io.confluent:kafka-avro-serializer dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: io.kotest:kotest-runner-junit5 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle.kts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 3c06fa38..dbe1390f 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -6,19 +6,19 @@ group = "no.nav.syfo" version = "1.0.0" val coroutinesVersion = "1.7.3" -val kafkaVersion = "3.5.0" +val kafkaVersion = "3.5.1" val kluentVersion = "1.73" val ktorVersion = "2.3.4" val logbackVersion = "1.4.11" val logstashLogbackEncoderVersion = "7.4" val prometheusVersion = "0.16.0" -val kotestVersion = "5.6.2" +val kotestVersion = "5.7.2" val jaxbApiVersion = "2.1" val jaxbVersion = "2.3.0.1" val javaxActivationVersion = "1.1.1" val jacksonVersion = "2.15.2" val joarkHendelseVersion = "96ec5ebb" -val confluentVersion = "7.4.1" +val confluentVersion = "7.5.0" val jettyVersion = "11.0.6" val syfoXmlCodegenVersion = "1.0.4" val commonsTextVersion = "1.10.0"