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 788463b1fb Build: Bump testcontainers from 2.0.1 to 2.0.2 (#14595)
788463b1fb is described below

commit 788463b1fb7c7208d603ff316e5034a0dcec245b
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sun Nov 16 00:00:16 2025 -0800

    Build: Bump testcontainers from 2.0.1 to 2.0.2 (#14595)
    
    Bumps `testcontainers` from 2.0.1 to 2.0.2.
    
    Updates `org.testcontainers:testcontainers` from 2.0.1 to 2.0.2
    - [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.1...2.0.2)
    
    Updates `org.testcontainers:testcontainers-junit-jupiter` from 2.0.1 to 
2.0.2
    - [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.1...2.0.2)
    
    Updates `org.testcontainers:testcontainers-minio` from 2.0.1 to 2.0.2
    - [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.1...2.0.2)
    
    ---
    updated-dependencies:
    - dependency-name: org.testcontainers:testcontainers
      dependency-version: 2.0.2
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: org.testcontainers:testcontainers-junit-jupiter
      dependency-version: 2.0.2
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: org.testcontainers:testcontainers-minio
      dependency-version: 2.0.2
      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 892750c07a..21204c2c3c 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -87,7 +87,7 @@ spark34 = "3.4.4"
 spark35 = "3.5.7"
 spark40 = "4.0.1"
 sqlite-jdbc = "3.51.0.0"
-testcontainers = "2.0.1"
+testcontainers = "2.0.2"
 tez08 = { strictly = "0.8.4"}  # see rich version usage explanation above
 
 [libraries]

Reply via email to