Skip to content

Commit

Permalink
[improve][build] Upgrade Testcontainers to 1.18.3 & docker-java to 3.…
Browse files Browse the repository at this point in the history
…3.0 (#20531)
  • Loading branch information
lhotari authored Jun 7, 2023
1 parent 60dba5d commit fe556ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -251,11 +251,11 @@ flexible messaging model and an intuitive client API.</description>
<netty-reactive-streams.version>2.0.6</netty-reactive-streams.version>

<!-- test dependencies -->
<testcontainers.version>1.17.6</testcontainers.version>
<testcontainers.version>1.18.3</testcontainers.version>
<hamcrest.version>2.2</hamcrest.version>

<!-- Set docker-java.version to the version of docker-java used in Testcontainers -->
<docker-java.version>3.2.13</docker-java.version>
<docker-java.version>3.3.0</docker-java.version>
<kerby.version>1.1.1</kerby.version>
<testng.version>7.7.1</testng.version>
<mockito.version>3.12.4</mockito.version>
Expand Down

0 comments on commit fe556ab

Please sign in to comment.