Skip to content

Commit

Permalink
Merge pull request #206 from navikt/dev
Browse files Browse the repository at this point in the history
Prodsette to upgrades og ny dev-url poao-tilgang
  • Loading branch information
klaramargrethehelgemo authored May 8, 2023
2 parents d1b3c1e + e28c2d8 commit 6c93149
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion nais-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,6 @@ spec:
- name: VEILARBFILTER_DB_URL
value: jdbc:postgresql://b27dbvl008.preprod.local:5432/veilarbfilter
- name: POAO_TILGANG_URL
value: https://poao-tilgang.dev.intern.nav.no
value: https://poao-tilgang.intern.dev.nav.no
- name: POAO_TILGANG_SCOPE
value: api://dev-gcp.poao.poao-tilgang/.default
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@
<dependency>
<groupId>org.flywaydb</groupId>
<artifactId>flyway-core</artifactId>
<version>9.15.2</version>
<version>9.16.0</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -217,7 +217,7 @@
<dependency>
<groupId>io.micrometer</groupId>
<artifactId>micrometer-registry-prometheus</artifactId>
<version>1.10.4</version>
<version>1.10.5</version>
</dependency>

<!--TEST-->
Expand Down

0 comments on commit 6c93149

Please sign in to comment.