Skip to content

Commit

Permalink
Merge pull request #217 from navikt/dev
Browse files Browse the repository at this point in the history
Prodsetting
  • Loading branch information
matiasvinjevoll authored Jul 6, 2022
2 parents c7ad1bc + dfd2025 commit bd3ff3e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.6.6</version>
<version>2.7.1</version>
<relativePath/>
</parent>

Expand All @@ -20,7 +20,7 @@
<properties>
<java.version>11</java.version>
<common.version>2.2022.07.01_07.12-6a0864fa6938</common.version>
<testcontainers.version>1.16.2</testcontainers.version>
<testcontainers.version>1.17.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.6</version>
<version>3.1.1</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
Expand Down Expand Up @@ -79,7 +79,7 @@
<dependency>
<groupId>org.springdoc</groupId>
<artifactId>springdoc-openapi-ui</artifactId>
<version>1.6.7</version>
<version>1.6.9</version>
</dependency>
<dependency>
<groupId>com.zaxxer</groupId>
Expand Down

0 comments on commit bd3ff3e

Please sign in to comment.