This is an automated email from the ASF dual-hosted git repository.
yao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git
The following commit(s) were added to refs/heads/master by this push:
new d343b2335993 [SPARK-48894][TESTS] Upgrade `docker-java` to 3.4.0
d343b2335993 is described below
commit d343b2335993cde8d800e216c5a70440f4eb75ef
Author: Wei Guo <[email protected]>
AuthorDate: Mon Jul 15 14:57:14 2024 +0800
[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
(https://github.com/docker-java/docker-java/pull/2337)
- Bug Fixes
Consider already existing images as successful pulls
(https://github.com/docker-java/docker-java/pull/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 #47344 from wayneguow/SPARK-48894.
Authored-by: Wei Guo <[email protected]>
Signed-off-by: Kent Yao <[email protected]>
---
pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index a70b4eae4442..b74d3f0b68e9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1264,7 +1264,7 @@
<dependency>
<groupId>com.github.docker-java</groupId>
<artifactId>docker-java</artifactId>
- <version>3.3.6</version>
+ <version>3.4.0</version>
<scope>test</scope>
<exclusions>
<exclusion>
@@ -1284,7 +1284,7 @@
<dependency>
<groupId>com.github.docker-java</groupId>
<artifactId>docker-java-transport-zerodep</artifactId>
- <version>3.3.6</version>
+ <version>3.4.0</version>
<scope>test</scope>
</dependency>
<dependency>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]