Update Snappy to 1.1.8.4. (#13081)

* Update Snappy to 1.1.8.4.

Prior to this, because snappy-java wasn't included in dependencyManagement,
we actually shipped multiple different versions for different extensions,
ranging from 1.1.7.1 to 1.1.8.4. Now, we standardize on 1.1.8.4.

Among other things, this enables the tests to pass on M1 Macs.

* Update snappy-java versions in licenses.yaml.
This commit is contained in:
Gian Merlino 2022-09-14 15:13:47 -07:00 committed by GitHub
parent f4ec50bf7a
commit 5733360dfd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 2 deletions

View File

@ -3798,7 +3798,7 @@ name: snappy-java
license_category: binary
module: extensions/druid-kafka-indexing-service
license_name: Apache License version 2.0
version: 1.1.2.6
version: 1.1.8.4
libraries:
- org.xerial.snappy: snappy-java
@ -4979,7 +4979,7 @@ libraries:
name: snappy-java
license_category: binary
version: 1.1.7.1
version: 1.1.8.4
module: druid-ranger-security
license_name: Apache License version 2.0
libraries:

View File

@ -729,6 +729,11 @@
<artifactId>lz4-java</artifactId>
<version>1.8.0</version>
</dependency>
<dependency>
<groupId>org.xerial.snappy</groupId>
<artifactId>snappy-java</artifactId>
<version>1.1.8.4</version>
</dependency>
<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java</artifactId>