Skip to content

Commit b429310

Browse files
opensearch-trigger-bot[bot]github-actions[bot]retacwperks
authored
[Backport 3.4] Bump org.lz4:lz4-java from 1.8.0 to 1.10.1 (#5847)
Signed-off-by: Craig Perkins <cwperx@amazon.com> Signed-off-by: Craig Perkins <craig5008@gmail.com> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Andriy Redko <drreta@gmail.com> Co-authored-by: Craig Perkins <cwperx@amazon.com>
1 parent baaba0b commit b429310

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
7979
- Bump `org.bouncycastle:bcpkix-jdk18on` from 1.82 to 1.83 ([#5825](https://github.com/opensearch-project/security/pull/5825))
8080
- Bump `commons-codec:commons-codec` from 1.19.0 to 1.20.0 ([#5823](https://github.com/opensearch-project/security/pull/5823))
8181
- Upgrade springframework to 7.0.1 and zookeeper to 3.9.4 ([#5829](https://github.com/opensearch-project/security/pull/5829))
82+
- Bump `org.lz4:lz4-java` from 1.8.0 to 1.10.1 ([#5845](https://github.com/opensearch-project/security/pull/5845))
8283

8384
### Documentation
8485

build.gradle

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -522,6 +522,8 @@ configurations {
522522

523523
// For org.opensearch.plugin:transport-grpc
524524
force "com.google.guava:failureaccess:1.0.3"
525+
526+
exclude group: "org.lz4", module: "lz4-java"
525527
}
526528
}
527529
}
@@ -733,7 +735,7 @@ dependencies {
733735
runtimeOnly "org.glassfish.jaxb:jaxb-runtime:${jaxb_version}"
734736
runtimeOnly 'com.google.j2objc:j2objc-annotations:3.1'
735737
compileOnly 'com.google.code.findbugs:jsr305:3.0.2'
736-
runtimeOnly 'org.lz4:lz4-java:1.8.0'
738+
runtimeOnly 'at.yawk.lz4:lz4-java:1.10.1'
737739
runtimeOnly 'org.slf4j:slf4j-api:1.7.36'
738740
runtimeOnly "org.apache.logging.log4j:log4j-slf4j-impl:${versions.log4j}"
739741
runtimeOnly 'org.xerial.snappy:snappy-java:1.1.10.8'

0 commit comments

Comments
 (0)