Skip to content

Commit 5ca8d83

Browse files
authored
Upgrade snappy-java to address multiple CVEs (#3993)
Address multiple CVEs: CVE-2023-34453 CVE-2023-34454 CVE-2023-34455 See https://github.com/xerial/snappy-java/releases/tag/v1.1.10.1
1 parent 8085f66 commit 5ca8d83

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

bookkeeper-dist/src/main/resources/LICENSE-all.bin.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ Apache Software License, Version 2.
317317
- lib/io.dropwizard.metrics-metrics-jvm-4.1.12.1.jar [47]
318318
- lib/io.perfmark-perfmark-api-0.25.0.jar [48]
319319
- lib/org.conscrypt-conscrypt-openjdk-uber-2.5.1.jar [49]
320-
- lib/org.xerial.snappy-snappy-java-1.1.7.7.jar [50]
320+
- lib/org.xerial.snappy-snappy-java-1.1.10.1.jar [50]
321321
- lib/io.reactivex.rxjava3-rxjava-3.0.1.jar [51]
322322
- lib/org.hdrhistogram-HdrHistogram-2.1.10.jar [52]
323323
- lib/com.carrotsearch-hppc-0.9.1.jar [53]
@@ -395,7 +395,7 @@ Apache Software License, Version 2.
395395
[47] Source available at https://github.com/dropwizard/metrics/releases/tag/v4.1.12.1
396396
[48] Source available at https://github.com/perfmark/perfmark/releases/tag/v0.25.0
397397
[49] Source available at https://github.com/google/conscrypt/releases/tag/2.5.1
398-
[50] Source available at https://github.com/google/snappy/releases/tag/1.1.7.7
398+
[50] Source available at https://github.com/xerial/snappy-java/releases/tag/v1.1.10.1
399399
[51] Source available at https://github.com/ReactiveX/RxJava/tree/v3.0.1
400400
[52] Source available at https://github.com/HdrHistogram/HdrHistogram/tree/HdrHistogram-2.1.10
401401
[53] Source available at https://github.com/carrotsearch/hppc/tree/0.9.1

bookkeeper-dist/src/main/resources/LICENSE-bkctl.bin.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ Apache Software License, Version 2.
289289
- lib/io.dropwizard.metrics-metrics-core-4.1.12.1.jar [46]
290290
- lib/io.perfmark-perfmark-api-0.25.0.jar [47]
291291
- lib/org.conscrypt-conscrypt-openjdk-uber-2.5.1.jar [49]
292-
- lib/org.xerial.snappy-snappy-java-1.1.7.7.jar [50]
292+
- lib/org.xerial.snappy-snappy-java-1.1.10.1.jar [50]
293293
- lib/io.reactivex.rxjava3-rxjava-3.0.1.jar [51]
294294
- lib/com.carrotsearch-hppc-0.9.1.jar [52]
295295

@@ -330,7 +330,7 @@ Apache Software License, Version 2.
330330
[46] Source available at https://github.com/dropwizard/metrics/releases/tag/v4.1.12.1
331331
[47] Source available at https://github.com/perfmark/perfmark/releases/tag/v0.25.0
332332
[49] Source available at https://github.com/google/conscrypt/releases/tag/2.5.1
333-
[50] Source available at https://github.com/google/snappy/releases/tag/1.1.7.7
333+
[50] Source available at https://github.com/xerial/snappy-java/releases/tag/v1.1.10.1
334334
[51] Source available at https://github.com/ReactiveX/RxJava/tree/v3.0.1
335335
[52] Source available at https://github.com/carrotsearch/hppc/tree/0.9.1
336336

bookkeeper-dist/src/main/resources/LICENSE-server.bin.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ Apache Software License, Version 2.
314314
- lib/io.dropwizard.metrics-metrics-core-4.1.12.1.jar [47]
315315
- lib/io.perfmark-perfmark-api-0.25.0.jar [48]
316316
- lib/org.conscrypt-conscrypt-openjdk-uber-2.5.1.jar [49]
317-
- lib/org.xerial.snappy-snappy-java-1.1.7.7.jar [50]
317+
- lib/org.xerial.snappy-snappy-java-1.1.10.1.jar [50]
318318
- lib/io.reactivex.rxjava3-rxjava-3.0.1.jar [51]
319319
- lib/com.carrotsearch-hppc-0.9.1.jar [52]
320320
- lib/com.squareup.okhttp3-okhttp-4.11.0.jar [53]
@@ -391,7 +391,7 @@ Apache Software License, Version 2.
391391
[47] Source available at https://github.com/dropwizard/metrics/releases/tag/v4.1.12.1
392392
[48] Source available at https://github.com/perfmark/perfmark/releases/tag/v0.25.0
393393
[49] Source available at https://github.com/google/conscrypt/releases/tag/2.5.1
394-
[50] Source available at https://github.com/google/snappy/releases/tag/1.1.7.7
394+
[50] Source available at https://github.com/xerial/snappy-java/releases/tag/v1.1.10.1
395395
[51] Source available at https://github.com/ReactiveX/RxJava/tree/v3.0.1
396396
[52] Source available at https://github.com/carrotsearch/hppc/tree/0.9.1
397397
[53] Source available at https://github.com/square/okio/releases/tag/parent-3.2.0

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@
174174
<testcontainers.version>1.17.6</testcontainers.version>
175175
<vertx.version>4.3.8</vertx.version>
176176
<zookeeper.version>3.8.1</zookeeper.version>
177-
<snappy.version>1.1.7.7</snappy.version>
177+
<snappy.version>1.1.10.1</snappy.version>
178178
<jctools.version>2.1.2</jctools.version>
179179
<hppc.version>0.9.1</hppc.version>
180180
<!-- plugin dependencies -->

0 commit comments

Comments
 (0)