This is an automated email from the ASF dual-hosted git repository.
fcsaky pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/flink-connector-pulsar.git
The following commit(s) were added to refs/heads/main by this push:
new 8f20918 [hotfix] Bump testcontainers version to 1.21.4
8f20918 is described below
commit 8f20918e78e01c7a941c77ae5468e933382a5aeb
Author: Ferenc Csaky <[email protected]>
AuthorDate: Thu Mar 19 14:41:25 2026 +0100
[hotfix] Bump testcontainers version to 1.21.4
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index b31790a..6062d59 100644
--- a/pom.xml
+++ b/pom.xml
@@ -64,7 +64,7 @@ under the License.
<assertj.version>3.23.1</assertj.version>
<mockito.version>4.11.0</mockito.version>
<archunit.version>1.0.1</archunit.version>
- <testcontainers.version>1.17.6</testcontainers.version>
+ <testcontainers.version>1.21.4</testcontainers.version>
<japicmp.skip>false</japicmp.skip>
<japicmp.referenceVersion>3.0.0-1.16</japicmp.referenceVersion>