This is an automated email from the ASF dual-hosted git repository.
mimaison pushed a commit to branch 3.5
in repository https://gitbox.apache.org/repos/asf/kafka.git
The following commit(s) were added to refs/heads/3.5 by this push:
new 236973ebf4c MINOR: Update LICENSE-binary following snappy upgrade
(#13791)
236973ebf4c is described below
commit 236973ebf4cfcb9b3493bf5dbc591de4866aa460
Author: Mickael Maison <[email protected]>
AuthorDate: Thu Jun 1 11:17:54 2023 +0200
MINOR: Update LICENSE-binary following snappy upgrade (#13791)
Reviewers: Luke Chen <[email protected]>
---
LICENSE-binary | 3 +--
gradle/dependencies.gradle | 2 ++
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/LICENSE-binary b/LICENSE-binary
index 739049892ba..2c89fddc269 100644
--- a/LICENSE-binary
+++ b/LICENSE-binary
@@ -252,8 +252,7 @@ scala-library-2.13.10
scala-logging_2.13-3.9.4
scala-reflect-2.13.10
scala-java8-compat_2.13-1.0.2
-snakeyaml-1.30
-snappy-java-1.1.9.1
+snappy-java-1.1.10.0
swagger-annotations-2.2.8
zookeeper-3.6.4
zookeeper-jute-3.6.4
diff --git a/gradle/dependencies.gradle b/gradle/dependencies.gradle
index 65ae92c282b..98154c9230c 100644
--- a/gradle/dependencies.gradle
+++ b/gradle/dependencies.gradle
@@ -53,6 +53,8 @@ if ( !versions.scala.contains('-') ) {
versions["baseScala"] = versions.scala
}
+// When adding, removing or updating dependencies, please also update the
LICENSE-binary file accordingly.
+// See https://issues.apache.org/jira/browse/KAFKA-12622 for steps to verify
the LICENSE-binary file is correct.
versions += [
activation: "1.1.1",
apacheda: "1.0.2",