Skip to content

Commit f34ec9f

Browse files
wayneguowjingz-db
authored andcommitted
[SPARK-48894][TESTS] Upgrade docker-java to 3.4.0
### What changes were proposed in this pull request? This PR aims to upgrade `docker-java` to 3.4.0. ### Why are the changes needed? There some improvements, such as: - Enhancements Enable protocol configuration of SSLContext (docker-java/docker-java#2337) - Bug Fixes Consider already existing images as successful pulls (docker-java/docker-java#2335) Full release notes: https://github.com/docker-java/docker-java/releases/tag/3.4.0 ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? Pass GA. ### Was this patch authored or co-authored using generative AI tooling? No. Closes apache#47344 from wayneguow/SPARK-48894. Authored-by: Wei Guo <guow93@gmail.com> Signed-off-by: Kent Yao <yao@apache.org>
1 parent f52a87b commit f34ec9f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1264,7 +1264,7 @@
12641264
<dependency>
12651265
<groupId>com.github.docker-java</groupId>
12661266
<artifactId>docker-java</artifactId>
1267-
<version>3.3.6</version>
1267+
<version>3.4.0</version>
12681268
<scope>test</scope>
12691269
<exclusions>
12701270
<exclusion>
@@ -1284,7 +1284,7 @@
12841284
<dependency>
12851285
<groupId>com.github.docker-java</groupId>
12861286
<artifactId>docker-java-transport-zerodep</artifactId>
1287-
<version>3.3.6</version>
1287+
<version>3.4.0</version>
12881288
<scope>test</scope>
12891289
</dependency>
12901290
<dependency>

0 commit comments

Comments
 (0)