Skip to content

Commit

Permalink
fixes CVE
Browse files Browse the repository at this point in the history
Signed-off-by: Gagan Juneja <[email protected]>
  • Loading branch information
Gagan Juneja committed Dec 9, 2024
1 parent c1c079f commit 8ce081b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ dependencies {
compile(group: 'com.google.errorprone', name: 'error_prone_annotations', version: '2.9.0') {
force = 'true'
}
compile(group: 'com.google.protobuf', name:'protobuf-java', version: '3.21.8') {
compile(group: 'com.google.protobuf', name:'protobuf-java', version: '3.25.5') {
force = 'true'
}
compile("io.netty:netty-buffer:${nettyVersion}") {
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
## Version 1.3.20 Release Notes

Compatible with OpenSearch 1.3.20

0 comments on commit 8ce081b

Please sign in to comment.