Skip to content

Commit

Permalink
Oppdatere avhengigheter (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
s148719 authored Oct 18, 2023
1 parent 67d36d2 commit f1c88d6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<kotest.version>5.7.2</kotest.version>
<mockk.version>4.0.2</mockk.version>
<kotlin-logging-jvm.version>3.0.5</kotlin-logging-jvm.version>
<flyway.version>9.22.2</flyway.version>
<flyway.version>9.22.3</flyway.version>
<testcontainers.version>1.19.1</testcontainers.version>
</properties>

Expand All @@ -51,7 +51,7 @@
<dependency>
<groupId>org.springframework.kafka</groupId>
<artifactId>spring-kafka</artifactId>
<version>3.0.11</version>
<version>3.0.12</version>
</dependency>
</dependencies>
</dependencyManagement>
Expand Down Expand Up @@ -159,7 +159,7 @@
<dependency>
<groupId>com.fasterxml.jackson.module</groupId>
<artifactId>jackson-module-kotlin</artifactId>
<version>2.15.2</version>
<version>2.15.3</version>
</dependency>


Expand Down

0 comments on commit f1c88d6

Please sign in to comment.