Skip to content

Commit

Permalink
Bump tokenSupportVersion from 4.1.4 to 4.1.5 (#38)
Browse files Browse the repository at this point in the history
Bumps `tokenSupportVersion` from 4.1.4 to 4.1.5.

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

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

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored May 14, 2024
1 parent 5cdf429 commit e86c62b
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.4"
val tokenSupportVersion = "4.1.5"
val mockkVersion = "1.13.10"
val kotestVersion = "5.9.0"
val wiremockVersion = "3.5.4"
Expand Down

0 comments on commit e86c62b

Please sign in to comment.