Skip to content

Commit

Permalink
Bump token-validation-spring.version from 3.2.0 to 4.1.3 (#675)
Browse files Browse the repository at this point in the history
* Bump token-validation-spring.version from 3.2.0 to 4.1.3

Bumps `token-validation-spring.version` from 3.2.0 to 4.1.3.

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

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

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

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

* Fjernet cookie og bumpet felles til 3

---------

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 Feb 27, 2024
1 parent 46e786d commit 297c0a8
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 7 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
<jvmTarget>21</jvmTarget>
<kotlin.version>1.9.22</kotlin.version>
<main-class>no.nav.familie.oppdrag.LauncherKt</main-class>
<felles.version>2.20240123084817_35f03aa</felles.version>
<felles.version>3.20240227112134_a79201c</felles.version>
<kontrakter.version>3.0_20240207140632_bf1f3eb</kontrakter.version>
<token-validation-spring.version>3.2.0</token-validation-spring.version>
<token-validation-spring.version>4.1.3</token-validation-spring.version>

<!--
denne må oppdateres manuellt då eks `mvn versions:update-properties` henter versjon 2023.
Expand Down
1 change: 0 additions & 1 deletion src/main/resources/application-e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ no.nav.security.jwt:
issuer.azuread:
discoveryurl: http://mock-oauth2-server:1111/v2.0/.well-known/openid-configuration
accepted_audience: api://${OPPDRAG_CLIENT_ID}/.default
cookie_name: azure_token

oppdrag.mq:
queuemanager: QM1
Expand Down
1 change: 0 additions & 1 deletion src/main/resources/application-preprod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ no.nav.security.jwt:
discoveryurl: ${AZURE_APP_WELL_KNOWN_URL}
accepted_audience: ${AZURE_APP_CLIENT_ID}
proxyurl: http://webproxy-nais.nav.no:8088
cookie_name: azure_token

spring:
datasource:
Expand Down
1 change: 0 additions & 1 deletion src/main/resources/application-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ no.nav.security.jwt:
discoveryurl: ${AZURE_APP_WELL_KNOWN_URL}
accepted_audience: ${AZURE_APP_CLIENT_ID}
proxyurl: http://webproxy-nais.nav.no:8088
cookie_name: azure_token

spring:
datasource:
Expand Down
1 change: 0 additions & 1 deletion src/test/resources/application-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ no.nav.security.jwt:
issuer.azuread:
discoveryurl: ${AZURE_APP_WELL_KNOWN_URL}
accepted_audience: ${AZURE_APP_CLIENT_ID}
cookie_name: azure_token

spring.datasource.url: jdbc:postgresql://0.0.0.0:5432/familie-oppdrag
spring.datasource.username: postgres
Expand Down
1 change: 0 additions & 1 deletion src/test/resources/application-dev_psql_mq.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ no.nav.security.jwt:
issuer.azuread:
discoveryurl: ${AZURE_APP_WELL_KNOWN_URL}
accepted_audience: ${AZURE_APP_CLIENT_ID}
cookie_name: azure_token

spring.datasource.url: ${SPRING_DATASOURCE_URL_OVERRIDE}
spring.datasource.username: ${SPRING_DATASOURCE_USERNAME_OVERRIDE}
Expand Down

0 comments on commit 297c0a8

Please sign in to comment.