Skip to content

Commit

Permalink
Upgrade org.testcontainers to version compatible with podman and vers…
Browse files Browse the repository at this point in the history
…ion that dependency version explicitly (fixes #326)
  • Loading branch information
rhusar committed Apr 16, 2024
1 parent 061e082 commit 38cf08f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,12 @@
<version>2.17.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>testcontainers</artifactId>
<version>1.19.7</version>
<scope>test</scope>
</dependency>
</dependencies>

<build>
Expand Down

0 comments on commit 38cf08f

Please sign in to comment.