From 925a381747ae32305d07dde22ec2932064e0673f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 18:12:29 +0000 Subject: [PATCH] Bump the minor-and-patch group across 1 directory with 8 updates Bumps the minor-and-patch group with 8 updates in the / directory: | Package | From | To | | --- | --- | --- | | [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) | `1.5.7` | `1.5.12` | | [io.micrometer:micrometer-registry-prometheus](https://github.com/micrometer-metrics/micrometer) | `1.12.7` | `1.13.6` | | [redis.clients:jedis](https://github.com/redis/jedis) | `5.1.3` | `5.2.0` | | com.fasterxml.jackson.datatype:jackson-datatype-jsr310 | `2.17.2` | `2.18.0` | | [com.nimbusds:nimbus-jose-jwt](https://bitbucket.org/connect2id/nimbus-jose-jwt) | `9.40` | `9.42` | | [io.mockk:mockk](https://github.com/mockk/mockk) | `1.13.12` | `1.13.13` | | [jvm](https://github.com/JetBrains/kotlin) | `2.0.20` | `2.0.21` | | [com.gradleup.shadow](https://github.com/GradleUp/shadow) | `8.3.1` | `8.3.3` | Updates `ch.qos.logback:logback-classic` from 1.5.7 to 1.5.12 - [Commits](https://github.com/qos-ch/logback/compare/v_1.5.7...v_1.5.12) Updates `io.micrometer:micrometer-registry-prometheus` from 1.12.7 to 1.13.6 - [Release notes](https://github.com/micrometer-metrics/micrometer/releases) - [Commits](https://github.com/micrometer-metrics/micrometer/compare/v1.12.7...v1.13.6) Updates `redis.clients:jedis` from 5.1.3 to 5.2.0 - [Release notes](https://github.com/redis/jedis/releases) - [Commits](https://github.com/redis/jedis/compare/v5.1.3...v5.2.0) Updates `com.fasterxml.jackson.datatype:jackson-datatype-jsr310` from 2.17.2 to 2.18.0 Updates `com.nimbusds:nimbus-jose-jwt` from 9.40 to 9.42 - [Changelog](https://bitbucket.org/connect2id/nimbus-jose-jwt/src/master/CHANGELOG.txt) - [Commits](https://bitbucket.org/connect2id/nimbus-jose-jwt/branches/compare/9.42..9.40) Updates `io.mockk:mockk` from 1.13.12 to 1.13.13 - [Release notes](https://github.com/mockk/mockk/releases) - [Commits](https://github.com/mockk/mockk/compare/1.13.12...1.13.13) Updates `jvm` from 2.0.20 to 2.0.21 - [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/v2.0.20...v2.0.21) Updates `com.gradleup.shadow` from 8.3.1 to 8.3.3 - [Release notes](https://github.com/GradleUp/shadow/releases) - [Commits](https://github.com/GradleUp/shadow/compare/8.3.1...8.3.3) --- 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-minor dependency-group: minor-and-patch - dependency-name: com.fasterxml.jackson.datatype:jackson-datatype-jsr310 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: com.nimbusds:nimbus-jose-jwt 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 - dependency-name: jvm dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: com.gradleup.shadow dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 01d2253..93cb06d 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -1,21 +1,21 @@ group = "no.nav.syfo" version = "1.0.0" -val jacksonDataTypeVersion = "2.17.2" -val jedisVersion = "5.1.3" +val jacksonDataTypeVersion = "2.18.0" +val jedisVersion = "5.2.0" val ktorVersion = "2.3.12" val kluentVersion = "1.73" -val logbackVersion = "1.5.7" +val logbackVersion = "1.5.12" val logstashEncoderVersion = "7.4" -val mockkVersion = "1.13.12" -val nimbusJoseJwtVersion = "9.40" -val micrometerRegistryVersion = "1.12.7" +val mockkVersion = "1.13.13" +val nimbusJoseJwtVersion = "9.42" +val micrometerRegistryVersion = "1.13.6" val redisEmbeddedVersion = "0.7.3" val spekVersion = "2.0.19" plugins { - kotlin("jvm") version "2.0.20" - id("com.gradleup.shadow") version "8.3.1" + kotlin("jvm") version "2.0.21" + id("com.gradleup.shadow") version "8.3.3" id("org.jlleitschuh.gradle.ktlint") version "11.6.1" }