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

Revert "PRSP-3603 Bump org.xerial.snappy:snappy-java to latest version to address CVEs" #166

Merged
merged 2 commits into from
Nov 15, 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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions licenses.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3463,7 +3463,7 @@ name: snappy-java
license_category: binary
module: hadoop-client
license_name: Apache License version 2.0
version: 1.1.10.5
version: 1.0.4.1
libraries:
- org.xerial.snappy: snappy-java
notices:
Expand Down Expand Up @@ -3818,7 +3818,7 @@ name: snappy-java
license_category: binary
module: extensions/druid-kafka-indexing-service
license_name: Apache License version 2.0
version: 1.1.10.5
version: 1.1.8.4
libraries:
- org.xerial.snappy: snappy-java

Expand Down Expand Up @@ -5009,7 +5009,7 @@ libraries:

name: snappy-java
license_category: binary
version: 1.1.10.5
version: 1.1.8.4
module: druid-ranger-security
license_name: Apache License version 2.0
libraries:
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -739,7 +739,7 @@
<dependency>
<groupId>org.xerial.snappy</groupId>
<artifactId>snappy-java</artifactId>
<version>1.1.10.5</version>
<version>1.1.8.4</version>
</dependency>
<dependency>
<groupId>com.google.protobuf</groupId>
Expand Down