Skip to content

Commit

Permalink
Merge pull request #383 from navikt/dev
Browse files Browse the repository at this point in the history
Prodsette fire dependabots
  • Loading branch information
klaramargrethehelgemo authored Nov 4, 2024
2 parents dc49605 + 86c3ed5 commit 5f0e2d3
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.4</version>
<version>3.3.5</version>
<relativePath/>
</parent>

Expand All @@ -19,8 +19,8 @@
<common.version>3.2024.04.22_13.50-7815154a2573</common.version>
<confluent.version>5.5.1</confluent.version>
<avro.version>1.11.0</avro.version>
<testcontainers.version>1.20.2</testcontainers.version>
<junit.jupiter.version>5.11.2</junit.jupiter.version>
<testcontainers.version>1.20.3</testcontainers.version>
<junit.jupiter.version>5.11.3</junit.jupiter.version>

<maven.compiler.source>21</maven.compiler.source>
<maven.compiler.target>21</maven.compiler.target>
Expand All @@ -38,7 +38,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.5.1</version>
<version>3.5.2</version>
</plugin>
</plugins>
</pluginManagement>
Expand Down Expand Up @@ -172,7 +172,7 @@
<dependency>
<groupId>org.flywaydb</groupId>
<artifactId>flyway-core</artifactId>
<version>10.20.0</version>
<version>10.20.1</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 5f0e2d3

Please sign in to comment.