Skip to content

Commit 10d1d3e

Browse files
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](navikt/token-support@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](spring-projects/spring-boot@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] <[email protected]>
1 parent 4abf151 commit 10d1d3e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ val mockkVersion = "1.14.2"
44
val logstashVersion = "8.1"
55
val testContainersVersion = "1.21.0"
66
val springDocVersion = "2.8.8"
7-
val tokenValidationVersion = "5.0.27"
7+
val tokenValidationVersion = "5.0.29"
88
val kotlinVersion = "2.1.21"
99

1010
repositories {
@@ -13,7 +13,7 @@ repositories {
1313

1414
plugins {
1515
val kotlinVersion = "2.0.0"
16-
id("org.springframework.boot") version "3.4.5"
16+
id("org.springframework.boot") version "3.5.0"
1717
kotlin("jvm") version kotlinVersion
1818
kotlin("plugin.spring") version kotlinVersion
1919
kotlin("plugin.jpa") version kotlinVersion

0 commit comments

Comments
 (0)