Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MINOR: Update LICENSE-binary following snappy upgrade #13791

Merged
merged 1 commit into from Jun 1, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion LICENSE-binary
Expand Up @@ -257,7 +257,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
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
Expand Down
2 changes: 2 additions & 0 deletions gradle/dependencies.gradle
Expand Up @@ -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",
Expand Down