Skip to content

Commit 827fd18

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.springdoc:springdoc-openapi-starter-webmvc-ui](https://github.com/springdoc/springdoc-openapi). Updates `no.nav.security:token-validation-spring` from 5.0.13 to 5.0.14 - [Release notes](https://github.com/navikt/token-support/releases) - [Commits](navikt/token-support@5.0.13...5.0.14) Updates `org.springdoc:springdoc-openapi-starter-webmvc-ui` from 2.7.0 to 2.8.1 - [Release notes](https://github.com/springdoc/springdoc-openapi/releases) - [Changelog](https://github.com/springdoc/springdoc-openapi/blob/main/CHANGELOG.md) - [Commits](springdoc/springdoc-openapi@v2.7.0...v2.8.1) --- updated-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: org.springdoc:springdoc-openapi-starter-webmvc-ui dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a622ca5 commit 827fd18

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
@@ -3,8 +3,8 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
33
val mockkVersion = "1.13.14"
44
val logstashVersion = "8.0"
55
val testContainersVersion = "1.20.4"
6-
val springDocVersion = "2.7.0"
7-
val tokenValidationVersion = "5.0.13"
6+
val springDocVersion = "2.8.1"
7+
val tokenValidationVersion = "5.0.14"
88
val kotlinVersion = "2.1.0"
99

1010
repositories {

0 commit comments

Comments
 (0)