Skip to content

Commit

Permalink
Fixes multiple CVEs
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 11, 2024
1 parent dbb6b50 commit 74cf122
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ buildscript {

dependencies {
classpath "org.opensearch.gradle:build-tools:${opensearch_version}"
classpath group: 'com.google.guava', name: 'guava', version: '32.0.1-jre'
classpath group: 'com.google.guava', name: 'guava', version: '33.2.1-jre'
classpath 'org.ajoberstar:gradle-git:0.2.3'
}
}
Expand Down Expand Up @@ -326,22 +326,22 @@ dependencies {
compile 'org.bouncycastle:bcprov-jdk15to18:1.78.1'
compile 'org.bouncycastle:bcpkix-jdk15to18:1.78.1'
compile 'org.xerial:sqlite-jdbc:3.41.2.2'
compile 'com.google.guava:guava:32.0.1-jre'
compile 'com.google.guava:guava:33.2.1-jre'
compile 'com.google.code.gson:gson:2.10.1'
compile 'org.checkerframework:checker-qual:3.33.0'
compile "com.fasterxml.jackson.core:jackson-annotations:${jacksonVersion}"
compile "com.fasterxml.jackson.core:jackson-databind:${jacksonDataBindVersion}"
compile group: 'org.apache.logging.log4j', name: 'log4j-api', version: "${log4jVersion}"
compile group: 'org.apache.logging.log4j', name: 'log4j-core', version: "${log4jVersion}"
compile group: 'org.apache.commons', name: 'commons-lang3', version: '3.12'
compile group: 'commons-io', name: 'commons-io', version: '2.7'
compile group: 'commons-io', name: 'commons-io', version: '2.16.0'
compile group: 'com.google.errorprone', name: 'error_prone_annotations', version: '2.9.0'
compile group: 'com.google.protobuf', name: 'protobuf-java', version: '3.21.8'
implementation 'io.grpc:grpc-netty:1.56.1'
implementation 'io.grpc:grpc-protobuf:1.56.1'
compile group: 'com.google.protobuf', name: 'protobuf-java', version: '3.25.5'
implementation 'io.grpc:grpc-netty:1.68.1'
implementation 'io.grpc:grpc-protobuf:1.68.1'
implementation("io.netty:netty-codec-http2:${nettyVersion}")
implementation("io.netty:netty-handler-proxy:${nettyVersion}")
implementation 'io.grpc:grpc-stub:1.56.1'
implementation 'io.grpc:grpc-stub:1.68.1'

implementation 'javax.annotation:javax.annotation-api:1.3.2'
implementation("io.netty:netty-transport-native-unix-common:${nettyVersion}") {
Expand Down

0 comments on commit 74cf122

Please sign in to comment.