Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,8 @@ tasks.sourcesJar {
// All it does is complain about generated code.
javadoc { options.addStringOption('Xdoclint:none', '-quiet') }

def grpcVersion = "1.78.0"
def protocVersion = "4.33.5"
def grpcVersion = "1.80.0"
def protocVersion = "4.34.1"
def authzedProtoCommit = "v1.45.4"
def bufDir = "${buildDir}/buf"
def protocPlatformTag = project.findProperty('protoc_platform') ? ":${protoc_platform}" : ""
Expand All @@ -109,7 +109,7 @@ dependencies {
runtimeOnly "io.grpc:grpc-netty-shaded:${grpcVersion}"
compileOnly "org.apache.tomcat:annotations-api:6.0.53"

implementation("build.buf:protovalidate:1.1.0") {
implementation("build.buf:protovalidate:1.1.2") {
exclude group: 'com.google.protobuf', module: 'protobuf-java'
exclude group: 'com.google.protobuf', module: 'protobuf-java-util'
exclude group: 'com.google.code.gson', module: 'gson'
Expand All @@ -119,7 +119,7 @@ dependencies {
}
// In the future this can probably be removed in favor of "protovalidate"
// See https://buf.build/blog/protoc-gen-validate-v1-and-v2
implementation("build.buf.protoc-gen-validate:pgv-java-stub:1.3.0") {
implementation("build.buf.protoc-gen-validate:pgv-java-stub:1.3.3") {
exclude group: 'com.google.protobuf', module: 'protobuf-java'
exclude group: 'com.google.protobuf', module: 'protobuf-java-util'
exclude group: 'com.google.code.gson', module: 'gson'
Expand All @@ -131,7 +131,7 @@ dependencies {
exclude group: 'com.google.protobuf', module: 'protobuf-java'
exclude group: 'com.google.code.gson', module: 'gson'
}
implementation("com.google.api.grpc:proto-google-common-protos:2.65.0") {
implementation("com.google.api.grpc:proto-google-common-protos:2.67.0") {
exclude group: 'com.google.protobuf', module: 'protobuf-java'
}
implementation "com.google.code.gson:gson:2.13.2"
Expand Down
Binary file modified gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-9.3.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-9.4.1-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down
2 changes: 1 addition & 1 deletion gradlew

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading