Skip to content

Commit

Permalink
retry grpc upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
jrhee17 committed Aug 2, 2023
1 parent 0fa76ab commit c275b2c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dependencies.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ gax-grpc = "2.31.1"
graphql-java = "20.4"
graphql-kotlin = "6.5.3"
groovy = "3.0.18"
grpc-java = "1.56.1"
grpc-java = "1.57.1"
grpc-kotlin = "1.3.0"
guava = "32.1.2-jre"
hamcrest = "2.2"
Expand Down Expand Up @@ -94,7 +94,7 @@ opensaml = "3.4.6"
osdetector = "1.7.3"
proguard = "7.3.1"
prometheus = "0.16.0"
protobuf = "3.22.3"
protobuf = "3.23.4"
protobuf-gradle-plugin = "0.8.19"
protobuf-jackson = "2.2.0"
reactive-grpc = "1.2.4"
Expand Down
9 changes: 9 additions & 0 deletions javadoc/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -82,3 +82,12 @@ task checkJavadoc(
}
}
tasks.test.dependsOn tasks.checkJavadoc

dependencies {
constraints {
// remove when dependency versions are correctly included
implementation('com.google.errorprone:error_prone_annotations:2.20.0') {
because 'https://github.com/google/guava/issues/6657'
}
}
}

0 comments on commit c275b2c

Please sign in to comment.