This is an automated email from the ASF dual-hosted git repository.
dongjoon-hyun pushed a commit to branch branch-4.0
in repository https://gitbox.apache.org/repos/asf/spark.git
The following commit(s) were added to refs/heads/branch-4.0 by this push:
new 54c5fe53892e [SPARK-57869][BUILD] Remove `logging-interceptor` from
`LICENSE-binary`
54c5fe53892e is described below
commit 54c5fe53892e00a86952d1d0ad874879ff95f5eb
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Wed Jul 1 16:10:37 2026 -0700
[SPARK-57869][BUILD] Remove `logging-interceptor` from `LICENSE-binary`
### What changes were proposed in this pull request?
This PR removes the stale `com.squareup.okhttp3:logging-interceptor` entry
from `LICENSE-binary`.
### Why are the changes needed?
`com.squareup.okhttp3:logging-interceptor` dependency was removed at Apache
Spark 4.0.0 via the following.
- https://github.com/apache/spark/pull/49159
### Does this PR introduce _any_ user-facing change?
No.
### How was this patch tested?
Pass the CIs.
### Was this patch authored or co-authored using generative AI tooling?
Generated-by: Claude Opus 4.8
Closes #56947 from dongjoon-hyun/SPARK-57869.
Authored-by: Dongjoon Hyun <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
(cherry picked from commit 91f1688c0e6bb3e3f6428a28f17458244097726a)
Signed-off-by: Dongjoon Hyun <[email protected]>
---
LICENSE-binary | 1 -
1 file changed, 1 deletion(-)
diff --git a/LICENSE-binary b/LICENSE-binary
index 8829710ef872..87023bc6262e 100644
--- a/LICENSE-binary
+++ b/LICENSE-binary
@@ -221,7 +221,6 @@ com.google.guava:guava
com.google.j2objc:j2objc-annotations
com.jamesmurty.utils:java-xmlbuilder
com.ning:compress-lzf
-com.squareup.okhttp3:logging-interceptor
com.squareup.okhttp3:okhttp
com.squareup.okio:okio
com.tdunning:json
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]