Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Signed-off-by: Gagan Juneja <gjjuneja@amazon.com>
  • Loading branch information
Gagan Juneja committed Dec 11, 2024
1 parent 604c734 commit 618e220
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ dependencies {
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.17.0'
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'
Expand Down

0 comments on commit 618e220

Please sign in to comment.