From 88bfe8daf731bdc2becb6a9bf70e309cd2391f46 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jan 2024 09:08:45 +0100 Subject: [PATCH] Bump the dependencies group with 7 updates (#253) Bumps the dependencies group with 7 updates: | Package | From | To | | --- | --- | --- | | [org.jetbrains.kotlin:kotlin-stdlib](https://github.com/JetBrains/kotlin) | `1.9.21` | `1.9.22` | | [com.fasterxml.jackson.module:jackson-module-jaxb-annotations](https://github.com/FasterXML/jackson-modules-base) | `2.16.0` | `2.16.1` | | [com.fasterxml.jackson.module:jackson-module-kotlin](https://github.com/FasterXML/jackson-module-kotlin) | `2.16.0` | `2.16.1` | | [com.fasterxml.jackson.dataformat:jackson-dataformat-xml](https://github.com/FasterXML/jackson-dataformat-xml) | `2.16.0` | `2.16.1` | | com.fasterxml.jackson.datatype:jackson-datatype-jsr310 | `2.16.0` | `2.16.1` | | [io.confluent:kafka-avro-serializer](https://github.com/confluentinc/schema-registry) | `7.5.2` | `7.5.3` | | jvm | `1.9.21` | `1.9.22` | Updates `org.jetbrains.kotlin:kotlin-stdlib` from 1.9.21 to 1.9.22 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.9.21...v1.9.22) Updates `com.fasterxml.jackson.module:jackson-module-jaxb-annotations` from 2.16.0 to 2.16.1 - [Commits](https://github.com/FasterXML/jackson-modules-base/compare/jackson-modules-base-2.16.0...jackson-modules-base-2.16.1) Updates `com.fasterxml.jackson.module:jackson-module-kotlin` from 2.16.0 to 2.16.1 - [Commits](https://github.com/FasterXML/jackson-module-kotlin/compare/jackson-module-kotlin-2.16.0...jackson-module-kotlin-2.16.1) Updates `com.fasterxml.jackson.dataformat:jackson-dataformat-xml` from 2.16.0 to 2.16.1 - [Commits](https://github.com/FasterXML/jackson-dataformat-xml/compare/jackson-dataformat-xml-2.16.0...jackson-dataformat-xml-2.16.1) Updates `com.fasterxml.jackson.datatype:jackson-datatype-jsr310` from 2.16.0 to 2.16.1 Updates `io.confluent:kafka-avro-serializer` from 7.5.2 to 7.5.3 - [Commits](https://github.com/confluentinc/schema-registry/commits) Updates `jvm` from 1.9.21 to 1.9.22 --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-stdlib dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: com.fasterxml.jackson.module:jackson-module-jaxb-annotations dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: com.fasterxml.jackson.module:jackson-module-kotlin dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: com.fasterxml.jackson.dataformat:jackson-dataformat-xml dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: com.fasterxml.jackson.datatype:jackson-datatype-jsr310 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-patch dependency-group: dependencies - dependency-name: jvm dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle.kts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 8e35fcf4..4c4c9516 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -12,9 +12,9 @@ val kotestVersion = "5.8.0" val jaxbApiVersion = "2.1" val jaxbVersion = "2.3.0.1" val javaxActivationVersion = "1.1.1" -val jacksonVersion = "2.16.0" +val jacksonVersion = "2.16.1" val joarkHendelseVersion = "96ec5ebb" -val confluentVersion = "7.5.2" +val confluentVersion = "7.5.3" val jettyVersion = "11.0.6" val syfoXmlCodegenVersion = "2.0.1" val commonsTextVersion = "1.11.0" @@ -24,7 +24,7 @@ val jaxbRuntimeVersion = "2.4.0-b180830.0438" val smCommonVersion = "2.0.8" val javaTimeAdapterVersion = "1.1.3" val ioMockVersion = "1.13.8" -val kotlinVersion = "1.9.21" +val kotlinVersion = "1.9.22" val okhttp3Version = "4.11.0" val commonsCodecVersion = "1.16.0" val caffeineVersion = "3.1.8" @@ -34,7 +34,7 @@ val avroVersion = "1.11.3" plugins { id("application") - kotlin("jvm") version "1.9.21" + kotlin("jvm") version "1.9.22" id("com.github.johnrengelman.shadow") version "8.1.1" id("com.diffplug.spotless") version "6.23.3" }