Skip to content

Commit 6460aa5

Browse files
authored
Merge pull request #161 from authzed/dependabot/gradle/gradle-e8dddb95b4
chore(deps): bump the gradle group across 1 directory with 9 updates
2 parents b3f45cd + 035ae97 commit 6460aa5

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

build.gradle

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44
id "signing"
55

66
id "io.github.gradle-nexus.publish-plugin" version "2.0.0"
7-
id "com.google.protobuf" version "0.9.5"
7+
id "com.google.protobuf" version "0.9.6"
88
}
99

1010
repositories {
@@ -86,8 +86,8 @@ tasks.sourcesJar {
8686
// All it does is complain about generated code.
8787
javadoc { options.addStringOption('Xdoclint:none', '-quiet') }
8888

89-
def grpcVersion = "1.76.0"
90-
def protocVersion = "4.33.0"
89+
def grpcVersion = "1.78.0"
90+
def protocVersion = "4.33.2"
9191
def authzedProtoCommit = "v1.45.4"
9292
def bufDir = "${buildDir}/buf"
9393
def protocPlatformTag = project.findProperty('protoc_platform') ? ":${protoc_platform}" : ""
@@ -107,7 +107,7 @@ dependencies {
107107
runtimeOnly "io.grpc:grpc-netty-shaded:${grpcVersion}"
108108
compileOnly "org.apache.tomcat:annotations-api:6.0.53"
109109

110-
implementation("build.buf:protovalidate:1.0.1") {
110+
implementation("build.buf:protovalidate:1.1.0") {
111111
exclude group: 'com.google.protobuf', module: 'protobuf-java'
112112
exclude group: 'com.google.protobuf', module: 'protobuf-java-util'
113113
exclude group: 'com.google.code.gson', module: 'gson'
@@ -117,7 +117,7 @@ dependencies {
117117
}
118118
// In the future this can probably be removed in favor of "protovalidate"
119119
// See https://buf.build/blog/protoc-gen-validate-v1-and-v2
120-
implementation("build.buf.protoc-gen-validate:pgv-java-stub:1.2.1") {
120+
implementation("build.buf.protoc-gen-validate:pgv-java-stub:1.3.0") {
121121
exclude group: 'com.google.protobuf', module: 'protobuf-java'
122122
exclude group: 'com.google.protobuf', module: 'protobuf-java-util'
123123
exclude group: 'com.google.code.gson', module: 'gson'
@@ -129,7 +129,7 @@ dependencies {
129129
exclude group: 'com.google.protobuf', module: 'protobuf-java'
130130
exclude group: 'com.google.code.gson', module: 'gson'
131131
}
132-
implementation("com.google.api.grpc:proto-google-common-protos:2.62.0") {
132+
implementation("com.google.api.grpc:proto-google-common-protos:2.63.2") {
133133
exclude group: 'com.google.protobuf', module: 'protobuf-java'
134134
}
135135
implementation "com.google.code.gson:gson:2.13.2"

0 commit comments

Comments
 (0)