Skip to content

Commit fc7ea33

Browse files
dependabot[bot]cwperksshikharj05
authored andcommitted
Bump org.xerial.snappy:snappy-java from 1.1.10.7 to 1.1.10.8 (opensearch-project#5495)
Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: Craig Perkins <cwperx@amazon.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Craig Perkins <cwperx@amazon.com> Co-authored-by: Shikhar Jain <8859327+shikharj05@users.noreply.github.com> Signed-off-by: Anthony Leong <aj.leong623@gmail.com>
1 parent 63d9371 commit fc7ea33

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5151
- Bump `commons-validator:commons-validator` from 1.9.0 to 1.10.0 ([#5476](https://github.com/opensearch-project/security/pull/5476))
5252
- Bumps checkstyle to 10.26.1 that fixes CVE-2025-48734 ([#5485](https://github.com/opensearch-project/security/pull/5485))
5353
- Bump `commons-io:commons-io` from 2.19.0 to 2.20.0 ([#5494](https://github.com/opensearch-project/security/pull/5494))
54+
- Bump `org.xerial.snappy:snappy-java` from 1.1.10.7 to 1.1.10.8 ([#5495](https://github.com/opensearch-project/security/pull/5495))
5455

5556
### Documentation
5657

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -464,7 +464,7 @@ configurations {
464464
force "io.netty:netty-transport:${versions.netty}"
465465
force "io.netty:netty-transport-native-unix-common:${versions.netty}"
466466
force "com.github.luben:zstd-jni:${versions.zstd}"
467-
force "org.xerial.snappy:snappy-java:1.1.10.7"
467+
force "org.xerial.snappy:snappy-java:1.1.10.8"
468468
force "com.google.guava:guava:${guava_version}"
469469

470470
// for spotbugs dependency conflict
@@ -708,7 +708,7 @@ dependencies {
708708
runtimeOnly 'org.lz4:lz4-java:1.8.0'
709709
runtimeOnly 'org.slf4j:slf4j-api:1.7.36'
710710
runtimeOnly "org.apache.logging.log4j:log4j-slf4j-impl:${versions.log4j}"
711-
runtimeOnly 'org.xerial.snappy:snappy-java:1.1.10.7'
711+
runtimeOnly 'org.xerial.snappy:snappy-java:1.1.10.8'
712712
runtimeOnly 'org.codehaus.woodstox:stax2-api:4.2.2'
713713
runtimeOnly "org.glassfish.jaxb:txw2:${jaxb_version}"
714714
runtimeOnly 'com.fasterxml.woodstox:woodstox-core:6.7.0'

0 commit comments

Comments
 (0)