Skip to content

Commit

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

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

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

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

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

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

---
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]>

* Endrer dependabot sjekk

---------

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 6, 2024
1 parent e52d2d8 commit 9694d76
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-deploy-preprod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
run: mvn -B --no-transfer-progress package verify --settings .m2/maven-settings.xml --file pom.xml
- uses: nais/docker-build-push@v0
id: docker-push
if: github.triggering_actor != 'dependabot[bot]'
if: github.event.pull_request.user.login != 'dependabot[bot]'
with:
team: teamfamilie
push_image: true
Expand All @@ -41,7 +41,7 @@ jobs:
image: ${{ steps.docker-push.outputs.image }}
deploy:
name: Deploy to FSS
if: github.triggering_actor != 'dependabot[bot]'
if: github.event.pull_request.user.login != 'dependabot[bot]'
needs: build
runs-on: ubuntu-latest
permissions:
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.2</token-validation-spring.version>
<token-validation-spring.version>5.0.3</token-validation-spring.version>

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

0 comments on commit 9694d76

Please sign in to comment.