Skip to content

Commit 1a0fb02

Browse files
authored
fix(deps): update dependency org.xerial.snappy:snappy-java to v1.1.10.8 (#2138)
1 parent 6e1bce6 commit 1a0fb02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

polaris-core/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ dependencies {
5252
annotationProcessor(project(":polaris-immutables", configuration = "processor"))
5353

5454
constraints {
55-
implementation("org.xerial.snappy:snappy-java:1.1.10.7") {
55+
implementation("org.xerial.snappy:snappy-java:1.1.10.8") {
5656
because("Vulnerability detected in 1.1.8.2")
5757
}
5858
implementation("org.codehaus.jettison:jettison:1.5.4") {

0 commit comments

Comments
 (0)