Skip to content

Commit

Permalink
bump snappy-java version to address dependency vulnerability report
Browse files Browse the repository at this point in the history
  • Loading branch information
kunli2 committed Sep 27, 2023
1 parent 596cb39 commit b863972
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rewrite-java/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ dependencies {
implementation("org.apache.commons:commons-text:latest.release")
implementation("io.github.classgraph:classgraph:latest.release")

implementation("org.xerial.snappy:snappy-java:1.1.10.1")
implementation("org.xerial.snappy:snappy-java:1.1.10.+")

api("com.fasterxml.jackson.core:jackson-annotations")

Expand Down

1 comment on commit b863972

@kunli2
Copy link
Contributor Author

@kunli2 kunli2 commented on b863972 Sep 27, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.