From 16bb5ab766915b0ece35d0cc2ed551c7366728bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Jan 2025 23:11:29 +0000 Subject: [PATCH] Bump the all-dependencies group across 1 directory with 6 updates Bumps the all-dependencies group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [org.springdoc:springdoc-openapi-starter-webmvc-ui](https://github.com/springdoc/springdoc-openapi) | `2.8.3` | `2.8.4` | | [no.nav.security:token-validation-spring](https://github.com/navikt/token-support) | `5.0.14` | `5.0.16` | | [no.nav.security:token-client-spring](https://github.com/navikt/token-support) | `5.0.14` | `5.0.16` | | [no.nav.klage:klage-kodeverk](https://github.com/navikt/klage-kodeverk) | `1.9.11` | `1.9.13` | | [jvm](https://github.com/JetBrains/kotlin) | `2.1.0` | `2.1.10` | | [plugin.spring](https://github.com/JetBrains/kotlin) | `2.1.0` | `2.1.10` | Updates `org.springdoc:springdoc-openapi-starter-webmvc-ui` from 2.8.3 to 2.8.4 - [Release notes](https://github.com/springdoc/springdoc-openapi/releases) - [Changelog](https://github.com/springdoc/springdoc-openapi/blob/main/CHANGELOG.md) - [Commits](https://github.com/springdoc/springdoc-openapi/compare/v2.8.3...v2.8.4) Updates `no.nav.security:token-validation-spring` from 5.0.14 to 5.0.16 - [Release notes](https://github.com/navikt/token-support/releases) - [Commits](https://github.com/navikt/token-support/compare/5.0.14...5.0.16) Updates `no.nav.security:token-client-spring` from 5.0.14 to 5.0.16 - [Release notes](https://github.com/navikt/token-support/releases) - [Commits](https://github.com/navikt/token-support/compare/5.0.14...5.0.16) Updates `no.nav.security:token-client-spring` from 5.0.14 to 5.0.16 - [Release notes](https://github.com/navikt/token-support/releases) - [Commits](https://github.com/navikt/token-support/compare/5.0.14...5.0.16) Updates `no.nav.klage:klage-kodeverk` from 1.9.11 to 1.9.13 - [Release notes](https://github.com/navikt/klage-kodeverk/releases) - [Commits](https://github.com/navikt/klage-kodeverk/compare/1.9.11...1.9.13) Updates `jvm` from 2.1.0 to 2.1.10 - [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.1.0...v2.1.10) Updates `plugin.spring` from 2.1.0 to 2.1.10 - [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.1.0...v2.1.10) Updates `plugin.spring` from 2.1.0 to 2.1.10 - [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.1.0...v2.1.10) --- updated-dependencies: - dependency-name: org.springdoc:springdoc-openapi-starter-webmvc-ui dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: no.nav.security:token-validation-spring dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: no.nav.security:token-client-spring dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: no.nav.security:token-client-spring dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: no.nav.klage:klage-kodeverk dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: jvm dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: plugin.spring dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: plugin.spring dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 7427ff5..70f6711 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -1,17 +1,17 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile val mockkVersion = "1.13.16" -val tokenValidationVersion = "5.0.14" +val tokenValidationVersion = "5.0.16" val logstashVersion = "8.0" val springRetryVersion = "2.0.11" val springMockkVersion = "4.0.2" -val springDocVersion = "2.8.3" +val springDocVersion = "2.8.4" val testContainersVersion = "1.20.4" val threeTenExtraVersion = "1.8.0" val archunitVersion = "1.3.0" val opensearchVersion = "2.18.0" val reactorSpringVersion = "1.0.1.RELEASE" -val kodeverkVersion = "1.9.11" +val kodeverkVersion = "1.9.13" val ehcacheVersion = "3.10.8" val logbackSyslog4jVersion = "1.0.0" @@ -24,7 +24,7 @@ repositories { } plugins { - val kotlinVersion = "2.1.0" + val kotlinVersion = "2.1.10" id("org.springframework.boot") version "3.4.2" kotlin("jvm") version kotlinVersion kotlin("plugin.spring") version kotlinVersion