This is an automated email from the ASF dual-hosted git repository.

huaxingao pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iceberg.git


The following commit(s) were added to refs/heads/main by this push:
     new 38bd4f1a8e Build: Bump testcontainers from 2.0.3 to 2.0.4 (#15716)
38bd4f1a8e is described below

commit 38bd4f1a8e22932f4be57719e16c405a6f30e94d
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sat Mar 21 23:40:49 2026 -0700

    Build: Bump testcontainers from 2.0.3 to 2.0.4 (#15716)
    
    Bumps `testcontainers` from 2.0.3 to 2.0.4.
    
    Updates `org.testcontainers:testcontainers` from 2.0.3 to 2.0.4
    - [Release 
notes](https://github.com/testcontainers/testcontainers-java/releases)
    - 
[Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md)
    - 
[Commits](https://github.com/testcontainers/testcontainers-java/compare/2.0.3...2.0.4)
    
    Updates `org.testcontainers:testcontainers-junit-jupiter` from 2.0.3 to 
2.0.4
    - [Release 
notes](https://github.com/testcontainers/testcontainers-java/releases)
    - 
[Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md)
    - 
[Commits](https://github.com/testcontainers/testcontainers-java/compare/2.0.3...2.0.4)
    
    Updates `org.testcontainers:testcontainers-minio` from 2.0.3 to 2.0.4
    - [Release 
notes](https://github.com/testcontainers/testcontainers-java/releases)
    - 
[Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md)
    - 
[Commits](https://github.com/testcontainers/testcontainers-java/compare/2.0.3...2.0.4)
    
    ---
    updated-dependencies:
    - dependency-name: org.testcontainers:testcontainers
      dependency-version: 2.0.4
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: org.testcontainers:testcontainers-junit-jupiter
      dependency-version: 2.0.4
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: org.testcontainers:testcontainers-minio
      dependency-version: 2.0.4
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 gradle/libs.versions.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml
index b16cd53490..bd95a80b9f 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -89,7 +89,7 @@ spark35 = "3.5.8"
 spark40 = "4.0.2"
 spark41 = "4.1.1"
 sqlite-jdbc = "3.51.2.0"
-testcontainers = "2.0.3"
+testcontainers = "2.0.4"
 tez08 = { strictly = "0.8.4"}  # see rich version usage explanation above
 
 [libraries]

Reply via email to