Skip to content

Commit

Permalink
[improve][test] Upgrade Testcontainers to 1.20.4 and docker-java to 3…
Browse files Browse the repository at this point in the history
….4.0 (apache#24003)

(cherry picked from commit 1c6aa7c)
(cherry picked from commit d865b93)
  • Loading branch information
lhotari authored and nikhil-ctds committed Feb 27, 2025
1 parent 0e29f22 commit 86692ba
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -269,12 +269,11 @@ flexible messaging model and an intuitive client API.</description>
<failsafe.version>3.3.2</failsafe.version>

<!-- test dependencies -->
<testcontainers.version>1.18.3</testcontainers.version>
<testcontainers.version>1.20.4</testcontainers.version>
<!-- Set docker-java.version to the version of docker-java used in org.testcontainers:testcontainers pom -->
<docker-java.version>3.4.0</docker-java.version>
<hamcrest.version>2.2</hamcrest.version>
<restassured.version>5.4.0</restassured.version>

<!-- Set docker-java.version to the version of docker-java used in Testcontainers -->
<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>5.6.0</mockito.version>
Expand Down

0 comments on commit 86692ba

Please sign in to comment.