This is an automated email from the ASF dual-hosted git repository.
lhotari pushed a commit to branch branch-3.0
in repository https://gitbox.apache.org/repos/asf/pulsar.git
The following commit(s) were added to refs/heads/branch-3.0 by this push:
new eaa4a7bf49d [improve][test] Upgrade Testcontainers to 1.20.4 and
docker-java to 3.4.0 (#24003)
eaa4a7bf49d is described below
commit eaa4a7bf49d838a8ca859df65853bbdadde7860d
Author: Lari Hotari <[email protected]>
AuthorDate: Thu Feb 20 03:34:55 2025 +0200
[improve][test] Upgrade Testcontainers to 1.20.4 and docker-java to 3.4.0
(#24003)
(cherry picked from commit 1c6aa7cdb04f1ad9625a3292897e3236a574cc86)
---
pom.xml | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/pom.xml b/pom.xml
index 40b822dffbf..9a01ee522cc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -259,12 +259,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>3.12.4</mockito.version>