Skip to content

Commit

Permalink
Bump tokenSupportVersion from 4.1.8 to 5.0.1
Browse files Browse the repository at this point in the history
Bumps `tokenSupportVersion` from 4.1.8 to 5.0.1.

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

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

---
updated-dependencies:
- dependency-name: no.nav.security:token-client-spring
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: no.nav.security:token-validation-spring
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jun 21, 2024
1 parent a978ca9 commit 8e97786
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ repositories {
}
}

val tokenSupportVersion = "4.1.8"
val tokenSupportVersion = "5.0.1"
val mockkVersion = "1.13.11"
val kotestVersion = "5.9.1"
val wiremockVersion = "3.6.0"
Expand Down

0 comments on commit 8e97786

Please sign in to comment.