Skip to content

Commit

Permalink
Merge pull request #213 from navikt/dev
Browse files Browse the repository at this point in the history
Bumpe common pluss etterslep
  • Loading branch information
matiasvinjevoll authored Jul 5, 2022
2 parents a361346 + 6627691 commit c7ad1bc
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
3 changes: 3 additions & 0 deletions nais-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,9 @@ spec:
- application: veilarbaktivitet
namespace: pto
cluster: dev-fss
- application: veilarbvedtaksstotte
namespace: pto
cluster: dev-fss
vault:
enabled: true
paths:
Expand Down
3 changes: 3 additions & 0 deletions nais-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,9 @@ spec:
- application: veilarbaktivitet
namespace: pto
cluster: prod-fss
- application: veilarbvedtaksstotte
namespace: pto
cluster: prod-fss
vault:
enabled: true
paths:
Expand Down
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

<properties>
<java.version>11</java.version>
<common.version>2.2022.04.01_08.27-cbfeb0be0ee0</common.version>
<common.version>2.2022.07.01_07.12-6a0864fa6938</common.version>
<testcontainers.version>1.16.2</testcontainers.version>
<tjenestespesifikasjoner.version>1.2019.09.25-00.21-49b69f0625e0</tjenestespesifikasjoner.version>
</properties>
Expand All @@ -45,7 +45,7 @@
<dependency>
<groupId>com.github.ben-manes.caffeine</groupId>
<artifactId>caffeine</artifactId>
<version>3.0.5</version>
<version>3.0.6</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
Expand All @@ -70,7 +70,7 @@
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>okhttp</artifactId>
<version>3.14.9</version>
<version>4.10.0</version>
</dependency>
<dependency>
<groupId>io.micrometer</groupId>
Expand All @@ -79,7 +79,7 @@
<dependency>
<groupId>org.springdoc</groupId>
<artifactId>springdoc-openapi-ui</artifactId>
<version>1.6.6</version>
<version>1.6.7</version>
</dependency>
<dependency>
<groupId>com.zaxxer</groupId>
Expand Down

0 comments on commit c7ad1bc

Please sign in to comment.