Skip to content

Commit

Permalink
Merge pull request #409 from navikt/dev
Browse files Browse the repository at this point in the history
Prodsette fem bumper
  • Loading branch information
klaramargrethehelgemo authored Dec 2, 2024
2 parents 7b45734 + 04e99b3 commit 4f4fdb7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.3.5</version>
<version>3.4.0</version>
<relativePath/>
</parent>

Expand All @@ -16,10 +16,10 @@

<properties>
<java.version>21</java.version>
<common.version>3.2024.10.25_13.44-9db48a0dbe67</common.version>
<common.version>3.2024.11.26_16.35-432a29107830</common.version>
<confluent.version>5.5.1</confluent.version>
<avro.version>1.11.0</avro.version>
<testcontainers.version>1.20.3</testcontainers.version>
<testcontainers.version>1.20.4</testcontainers.version>
<junit.jupiter.version>5.11.3</junit.jupiter.version>

<maven.compiler.source>21</maven.compiler.source>
Expand Down Expand Up @@ -187,7 +187,7 @@
<dependency>
<groupId>org.flywaydb</groupId>
<artifactId>flyway-core</artifactId>
<version>10.21.0</version>
<version>11.0.0</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand All @@ -197,7 +197,7 @@
<dependency>
<groupId>net.javacrumbs.shedlock</groupId>
<artifactId>shedlock-provider-jdbc-template</artifactId>
<version>5.16.0</version>
<version>6.0.2</version>
</dependency>
<dependency>
<groupId>jakarta.servlet</groupId>
Expand Down

0 comments on commit 4f4fdb7

Please sign in to comment.