Skip to content

Commit

Permalink
Bump token-validation-spring.version from 5.0.3 to 5.0.5 (#770)
Browse files Browse the repository at this point in the history
* Bump token-validation-spring.version from 5.0.3 to 5.0.5

Bumps `token-validation-spring.version` from 5.0.3 to 5.0.5.

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

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

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

Updates `no.nav.security:token-validation-spring-test` from 5.0.3 to 5.0.5
- [Release notes](https://github.com/navikt/token-support/releases)
- [Commits](navikt/token-support@5.0.3...5.0.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-client-core
  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
- dependency-name: no.nav.security:token-validation-spring-test
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* Endret til pull_requests

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Stig Helge Strøm <[email protected]>
  • Loading branch information
dependabot[bot] and stigebil authored Sep 9, 2024
1 parent 9694d76 commit d456b84
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build-and-deploy-preprod.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
name: Build-Deploy-Preprod
on:
push:
branches-ignore:
- 'main'
pull_request:
workflow_dispatch:

jobs:
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<main-class>no.nav.familie.oppdrag.LauncherKt</main-class>
<felles.version>3.20240806111424_fff2930</felles.version>
<kontrakter.version>3.0_20240829084024_9af69d0</kontrakter.version>
<token-validation-spring.version>5.0.3</token-validation-spring.version>
<token-validation-spring.version>5.0.5</token-validation-spring.version>

<!--
denne må oppdateres manuellt då eks `mvn versions:update-properties` henter versjon 2023.
Expand Down

0 comments on commit d456b84

Please sign in to comment.