Skip to content

Commit

Permalink
CVE-2023-44487: grpc DoS (#639)
Browse files Browse the repository at this point in the history
Update version of grpc
  • Loading branch information
labkey-martyp authored Dec 9, 2023
1 parent c804050 commit 024eccb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ allprojects {
// Force patched version of GPRC, dependency of a number of Google service APIs in WNPRC and fileTransfer
force "io.grpc:grpc-context:${grpcVersion}"

// TODO Remove these when the Picard version brought in by the SequenceAnalysis module is upgraded to use a version >=1.57.2
// TODO Remove these when the Picard version brought in by the SequenceAnalysis module is upgraded to use a version of grpc > 1.60.0
force "io.grpc:grpc-alts:${grpcVersion}"
force "io.grpc:grpc-auth:${grpcVersion}"
force "io.grpc:grpc-core:${grpcVersion}"
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ graalVersion=23.0.1
# "java.lang.NoSuchMethodError: 'void com.google.gson.internal.ConstructorConstructor.<init>(java.util.Map)'" errors
gsonVersion=2.8.9

grpcVersion=1.57.2
grpcVersion=1.60.0

guavaVersion=32.0.1-jre
gwtVersion=2.10.0
Expand Down

0 comments on commit 024eccb

Please sign in to comment.