From c78ca8d1589933dae14df10043ecfd00a2398339 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Sep 2023 11:16:01 +0000 Subject: [PATCH] Bump the dependencies group with 5 updates Bumps the dependencies group with 5 updates: | Package | From | To | | --- | --- | --- | | org.apache.kafka:kafka_2.12 | `3.5.0` | `3.5.1` | | [io.confluent:kafka-avro-serializer](https://github.com/confluentinc/schema-registry) | `7.4.1` | `7.5.0` | | [javax.xml.bind:jaxb-api](https://github.com/javaee/jaxb-spec) | `2.1` | `2.3.1` | | org.glassfish.jaxb:jaxb-runtime | `2.3.0.1` | `2.3.8` | | [io.kotest:kotest-runner-junit5](https://github.com/kotest/kotest) | `5.6.2` | `5.7.2` | 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 `javax.xml.bind:jaxb-api` from 2.1 to 2.3.1 - [Commits](https://github.com/javaee/jaxb-spec/commits/2.3.1) Updates `org.glassfish.jaxb:jaxb-runtime` from 2.3.0.1 to 2.3.8 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: javax.xml.bind:jaxb-api dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: org.glassfish.jaxb:jaxb-runtime dependency-type: direct:production update-type: version-update:semver-patch 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] --- build.gradle.kts | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 3c06fa38..0a25e197 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -6,25 +6,25 @@ 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 jaxbApiVersion = "2.1" -val jaxbVersion = "2.3.0.1" +val kotestVersion = "5.7.2" +val jaxbApiVersion = "2.3.1" +val jaxbVersion = "2.3.8" 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" val cxfVersion = "3.4.5" val javaxAnnotationApiVersion = "1.3.2" -val jaxbRuntimeVersion = "2.4.0-b180830.0438" +val jaxbRuntimeVersion = "2.3.8" val smCommonVersion = "1.0.19" val javaTimeAdapterVersion = "1.1.3" val ioMockVersion = "1.13.7"