From e07c21df8a4a8e0b675f4046abda12c178368f28 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 05:56:08 +0000 Subject: [PATCH] Bump the minor-and-patch group across 1 directory with 5 updates Bumps the minor-and-patch group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) | `1.5.6` | `1.5.7` | | [io.micrometer:micrometer-registry-prometheus](https://github.com/micrometer-metrics/micrometer) | `1.12.8` | `1.13.3` | | [redis.clients:jedis](https://github.com/redis/jedis) | `5.1.3` | `5.1.4` | | [io.confluent:kafka-avro-serializer](https://github.com/confluentinc/schema-registry) | `7.6.1` | `7.7.0` | | [io.mockk:mockk](https://github.com/mockk/mockk) | `1.13.11` | `1.13.12` | Updates `ch.qos.logback:logback-classic` from 1.5.6 to 1.5.7 - [Commits](https://github.com/qos-ch/logback/compare/v_1.5.6...v_1.5.7) Updates `io.micrometer:micrometer-registry-prometheus` from 1.12.8 to 1.13.3 - [Release notes](https://github.com/micrometer-metrics/micrometer/releases) - [Commits](https://github.com/micrometer-metrics/micrometer/compare/v1.12.8...v1.13.3) Updates `redis.clients:jedis` from 5.1.3 to 5.1.4 - [Release notes](https://github.com/redis/jedis/releases) - [Commits](https://github.com/redis/jedis/compare/v5.1.3...v5.1.4) Updates `io.confluent:kafka-avro-serializer` from 7.6.1 to 7.7.0 - [Commits](https://github.com/confluentinc/schema-registry/compare/v7.6.1...v7.7.0) Updates `io.mockk:mockk` from 1.13.11 to 1.13.12 - [Release notes](https://github.com/mockk/mockk/releases) - [Commits](https://github.com/mockk/mockk/compare/1.13.11...1.13.12) --- updated-dependencies: - dependency-name: ch.qos.logback:logback-classic dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: io.micrometer:micrometer-registry-prometheus dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: redis.clients:jedis dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: io.confluent:kafka-avro-serializer dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: io.mockk:mockk dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch ... 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 61080b60..c546aa80 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -5,20 +5,20 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile group = "no.nav.syfo" version = "1.0-SNAPSHOT" -val confluent = "7.6.1" +val confluent = "7.7.0" val flyway = "9.22.3" val hikari = "5.1.0" val isdialogmoteSchema = "1.0.5" val jacksonDataType = "2.17.2" -val jedis = "5.1.3" +val jedis = "5.1.4" val json = "20231013" val kafka = "3.7.0" val kluent = "1.73" val ktor = "2.3.12" -val logback = "1.5.6" +val logback = "1.5.7" val logstashEncoder = "7.4" -val mockk = "1.13.11" -val micrometerRegistry = "1.12.8" +val mockk = "1.13.12" +val micrometerRegistry = "1.13.3" val nimbusjosejwt = "9.40" val postgresEmbedded = if (Os.isFamily(Os.FAMILY_MAC)) "1.0.0" else "0.13.4" val postgres = "42.7.3"