From 10e7d45b80fb0782c403ccef5341a37bed948482 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Nov 2024 13:14:34 +0000 Subject: [PATCH] Bump the dependencies group across 1 directory with 5 updates Bumps the dependencies group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [org.jetbrains.kotlin:kotlin-stdlib](https://github.com/JetBrains/kotlin) | `2.0.21` | `2.1.0` | | org.apache.kafka:kafka_2.12 | `3.8.1` | `3.9.0` | | [io.confluent:kafka-avro-serializer](https://github.com/confluentinc/schema-registry) | `7.7.1` | `7.7.2` | | [jvm](https://github.com/JetBrains/kotlin) | `2.0.21` | `2.1.0` | | com.gradleup.shadow | `8.3.3` | `8.3.5` | Updates `org.jetbrains.kotlin:kotlin-stdlib` from 2.0.21 to 2.1.0 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/commits) Updates `org.apache.kafka:kafka_2.12` from 3.8.1 to 3.9.0 Updates `io.confluent:kafka-avro-serializer` from 7.7.1 to 7.7.2 - [Commits](https://github.com/confluentinc/schema-registry/commits) Updates `jvm` from 2.0.21 to 2.1.0 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/commits) Updates `com.gradleup.shadow` from 8.3.3 to 8.3.5 --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-stdlib dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: org.apache.kafka:kafka_2.12 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: io.confluent:kafka-avro-serializer dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: jvm dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: com.gradleup.shadow dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 12fd5cb1..3f31911c 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -4,7 +4,7 @@ group = "no.nav.syfo" version = "1.0.0" val coroutinesVersion = "1.9.0" -val kafkaVersion = "3.8.1" +val kafkaVersion = "3.9.0" val kluentVersion = "1.73" val ktorVersion = "3.0.1" val logbackVersion = "1.5.12" @@ -16,14 +16,14 @@ val jaxbVersion = "2.3.0.1" val javaxActivationVersion = "1.1.1" val jacksonVersion = "2.18.1" val joarkHendelseVersion = "96ec5ebb" -val confluentVersion = "7.7.1" +val confluentVersion = "7.7.2" val syfoXmlCodegenVersion = "2.0.1" val commonsTextVersion = "1.12.0" val javaxAnnotationApiVersion = "1.3.2" val jaxbRuntimeVersion = "2.4.0-b180830.0438" val javaTimeAdapterVersion = "1.1.3" val ioMockVersion = "1.13.13" -val kotlinVersion = "2.0.21" +val kotlinVersion = "2.1.0" val caffeineVersion = "3.1.8" val ktfmtVersion = "0.44" val avroVersion = "1.12.0" @@ -38,8 +38,8 @@ val javaVersion = JvmTarget.JVM_21 plugins { id("application") - kotlin("jvm") version "2.0.21" - id("com.gradleup.shadow") version "8.3.3" + kotlin("jvm") version "2.1.0" + id("com.gradleup.shadow") version "8.3.5" id("com.diffplug.spotless") version "6.25.0" }