Skip to content

Commit

Permalink
Bump the all-dependencies group with 3 updates
Browse files Browse the repository at this point in the history
Bumps the all-dependencies group with 3 updates: [no.nav.security:token-validation-spring](https://github.com/navikt/token-support), [no.nav.security:token-client-spring](https://github.com/navikt/token-support) and [io.mockk:mockk](https://github.com/mockk/mockk).


Updates `no.nav.security:token-validation-spring` from 3.2.0 to 4.0.3
- [Release notes](https://github.com/navikt/token-support/releases)
- [Commits](navikt/token-support@3.2.0...4.0.3)

Updates `no.nav.security:token-client-spring` from 3.2.0 to 4.0.3
- [Release notes](https://github.com/navikt/token-support/releases)
- [Commits](navikt/token-support@3.2.0...4.0.3)

Updates `io.mockk:mockk` from 1.13.8 to 1.13.9
- [Release notes](https://github.com/mockk/mockk/releases)
- [Commits](mockk/mockk@1.13.8...1.13.9)

---
updated-dependencies:
- dependency-name: no.nav.security:token-validation-spring
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: no.nav.security:token-client-spring
  dependency-type: direct:production
  update-type: version-update:semver-major
  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]>
  • Loading branch information
dependabot[bot] authored Jan 11, 2024
1 parent 1327970 commit 66b3eef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile

val mockkVersion = "1.13.8"
val tokenValidationVersion = "3.2.0"
val mockkVersion = "1.13.9"
val tokenValidationVersion = "4.0.3"
val logstashVersion = "7.4"
val unleashVersion = "4.4.1"
val springRetryVersion = "2.0.5"
Expand Down

0 comments on commit 66b3eef

Please sign in to comment.