Skip to content

Commit 2136354

Browse files
Bump the all-dependencies group across 1 directory with 2 updates
Bumps the all-dependencies group with 2 updates in the / directory: [no.nav.security:token-validation-spring](https://github.com/navikt/token-support) and [io.mockk:mockk](https://github.com/mockk/mockk). Updates `no.nav.security:token-validation-spring` from 5.0.17 to 5.0.19 - [Release notes](https://github.com/navikt/token-support/releases) - [Commits](navikt/token-support@5.0.17...5.0.19) Updates `io.mockk:mockk` from 1.13.16 to 1.13.17 - [Release notes](https://github.com/mockk/mockk/releases) - [Commits](https://github.com/mockk/mockk/commits) --- 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: io.mockk:mockk dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9462e60 commit 2136354

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
@@ -1,10 +1,10 @@
11
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
22

3-
val mockkVersion = "1.13.16"
3+
val mockkVersion = "1.13.17"
44
val logstashVersion = "8.0"
55
val testContainersVersion = "1.20.5"
66
val springDocVersion = "2.8.5"
7-
val tokenValidationVersion = "5.0.17"
7+
val tokenValidationVersion = "5.0.19"
88
val kotlinVersion = "2.1.10"
99

1010
repositories {

0 commit comments

Comments
 (0)