Skip to content

Commit

Permalink
Upgrade to snappy v1.1.10.0 (#13786)
Browse files Browse the repository at this point in the history
Snappy v1.1.9.1 has some issues around arm compatibility and glibc library versions shipped by default with certain OS distributions. Snappy v1.1.10.0 uses a glibc LTS version, see: xerial/snappy-java#417 xerial/snappy-java#440

Reviewers: Justine Olshan <jolshan@confluent.io>
  • Loading branch information
splett2 committed May 31, 2023
1 parent e74e5e7 commit f9b2b3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/dependencies.gradle
Expand Up @@ -122,7 +122,7 @@ versions += [
scalaJava8Compat : "1.0.2",
scoverage: "1.9.3",
slf4j: "1.7.36",
snappy: "1.1.9.1",
snappy: "1.1.10.0",
spotbugs: "4.7.3",
swaggerAnnotations: "2.2.8",
swaggerJaxrs2: "2.2.8",
Expand Down

0 comments on commit f9b2b3a

Please sign in to comment.