Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ tasks.sourcesJar {
javadoc { options.addStringOption('Xdoclint:none', '-quiet') }

def grpcVersion = "1.78.0"
def protocVersion = "4.33.2"
def protocVersion = "4.33.5"
def authzedProtoCommit = "v1.45.4"
def bufDir = "${buildDir}/buf"
def protocPlatformTag = project.findProperty('protoc_platform') ? ":${protoc_platform}" : ""
Expand Down Expand Up @@ -129,7 +129,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.63.2") {
implementation("com.google.api.grpc:proto-google-common-protos:2.65.0") {
exclude group: 'com.google.protobuf', module: 'protobuf-java'
}
implementation "com.google.code.gson:gson:2.13.2"
Expand Down Expand Up @@ -178,7 +178,7 @@ configurations {
// Test things
dependencies {
intTestImplementation "junit:junit:4.13.2"
intTestImplementation "org.assertj:assertj-core:3.27.6"
intTestImplementation "org.assertj:assertj-core:3.27.7"
}

tasks.register('integrationTest', Test) {
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-8.14-rc-1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-9.3.1-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down
5 changes: 1 addition & 4 deletions gradlew

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

187 changes: 93 additions & 94 deletions gradlew.bat
100644 → 100755

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

Loading