Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
Merge branch 'master' into snyk-upgrade-04fb645a97685efa654be7077fe22359
Browse files Browse the repository at this point in the history
  • Loading branch information
TrulsStenrud authored Oct 25, 2023
2 parents 4b6a147 + f184bec commit 40da2b1
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
<dependency>
<groupId>io.arrow-kt</groupId>
<artifactId>arrow-core</artifactId>
<version>1.2.0</version>
<version>1.2.1</version>
</dependency>

<dependency>
Expand All @@ -113,12 +113,12 @@
<dependency>
<groupId>software.amazon.awssdk</groupId>
<artifactId>sns</artifactId>
<version>2.20.123</version>
<version>2.20.156</version>
</dependency>
<dependency>
<groupId>software.amazon.awssdk</groupId>
<artifactId>sqs</artifactId>
<version>2.20.120</version>
<version>2.20.156</version>
</dependency>

<dependency>
Expand All @@ -136,63 +136,63 @@
<dependency>
<groupId>org.flywaydb</groupId>
<artifactId>flyway-core</artifactId>
<version>9.21.2</version>
<version>9.22.3</version>
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.jdbi</groupId>
<artifactId>jdbi3-core</artifactId>
<version>3.41.0</version>
<version>3.41.3</version>
</dependency>
<dependency>
<groupId>org.jdbi</groupId>
<artifactId>jdbi3-kotlin</artifactId>
<version>3.41.0</version>
<version>3.41.3</version>
</dependency>
<dependency>
<groupId>org.jdbi</groupId>
<artifactId>jdbi3-postgres</artifactId>
<version>3.41.0</version>
<version>3.41.3</version>
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>testcontainers</artifactId>
<version>1.19.0</version>
<version>1.19.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>postgresql</artifactId>
<version>1.19.0</version>
<version>1.19.1</version>
<scope>test</scope>
</dependency>

<dependency>
<groupId>no.liflig</groupId>
<artifactId>snapshot-test</artifactId>
<version>1.20230826.120306</version>
<version>1.20231024.003749</version>
<scope>test</scope>
</dependency>

<dependency>
<groupId>io.mockk</groupId>
<artifactId>mockk-jvm</artifactId>
<version>1.13.7</version>
<version>1.13.8</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>io.kotest</groupId>
<artifactId>kotest-assertions-core</artifactId>
<version>5.6.2</version>
<version>5.7.2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>io.kotest.extensions</groupId>
<artifactId>kotest-assertions-arrow-jvm</artifactId>
<version>1.3.3</version>
<version>1.4.0</version>
<scope>test</scope>
</dependency>

Expand All @@ -206,7 +206,7 @@
<dependency>
<groupId>org.jetbrains.kotlinx</groupId>
<artifactId>kotlinx-serialization-json</artifactId>
<version>1.5.1</version>
<version>1.6.0</version>
<type>pom</type>
</dependency>

Expand Down Expand Up @@ -279,7 +279,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.1.2</version>
<version>3.2.1</version>
<configuration>
<includes>
<include>**/*Spec.*</include>
Expand Down

0 comments on commit 40da2b1

Please sign in to comment.