Skip to content

Commit

Permalink
Update all maven test dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 21, 2024
1 parent 658587c commit 92e04de
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 @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>shumway</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>
<packaging>jar</packaging>

<name>shumway</name>
Expand All @@ -31,7 +31,7 @@
<db.password>postgres</db.password>
<db.schema>shm</db.schema>
<hamcrest-junit.version>2.0.0.0</hamcrest-junit.version>
<testcontainers.version>1.16.3</testcontainers.version>
<testcontainers.version>1.20.4</testcontainers.version>
</properties>

<dependencies>
Expand Down Expand Up @@ -147,7 +147,7 @@
<dependency>
<groupId>com.palantir.docker.compose</groupId>
<artifactId>docker-compose-rule-junit4</artifactId>
<version>1.0.0</version>
<version>1.9.0</version>
<exclusions>
<exclusion>
<groupId>org.hamcrest</groupId>
Expand Down

0 comments on commit 92e04de

Please sign in to comment.