From 8d967b181ee4657c174a451686f85cc2c6a92e4f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 May 2025 05:41:10 +0000 Subject: [PATCH] Bump the all-dependencies group with 2 updates Bumps the all-dependencies group with 2 updates: [no.nav.security:token-validation-spring](https://github.com/navikt/token-support) and [org.springframework.boot](https://github.com/spring-projects/spring-boot). Updates `no.nav.security:token-validation-spring` from 5.0.27 to 5.0.28 - [Release notes](https://github.com/navikt/token-support/releases) - [Commits](https://github.com/navikt/token-support/compare/5.0.27...5.0.28) Updates `org.springframework.boot` from 3.4.5 to 3.4.6 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.4.5...v3.4.6) --- updated-dependencies: - dependency-name: no.nav.security:token-validation-spring dependency-version: 5.0.28 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: org.springframework.boot dependency-version: 3.4.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 8cf253e..8320f58 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -4,7 +4,7 @@ val mockkVersion = "1.14.2" val logstashVersion = "8.1" val testContainersVersion = "1.21.0" val springDocVersion = "2.8.8" -val tokenValidationVersion = "5.0.27" +val tokenValidationVersion = "5.0.29" val kotlinVersion = "2.1.21" repositories { @@ -13,7 +13,7 @@ repositories { plugins { val kotlinVersion = "2.0.0" - id("org.springframework.boot") version "3.4.5" + id("org.springframework.boot") version "3.5.0" kotlin("jvm") version kotlinVersion kotlin("plugin.spring") version kotlinVersion kotlin("plugin.jpa") version kotlinVersion