Skip to content

Commit 6252c22

Browse files
authored
Merge pull request #144 from authzed/dependabot/gradle/gradle-bdd84d3c1a
Bump the gradle group across 1 directory with 5 updates
2 parents e41941b + 9ba18b5 commit 6252c22

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -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.73.0"
90-
def protocVersion = "4.31.1"
89+
def grpcVersion = "1.75.0"
90+
def protocVersion = "4.32.0"
9191
def authzedProtoCommit = "v1.45.0"
9292
def bufDir = "${buildDir}/buf"
9393
def protocPlatformTag = project.findProperty('protoc_platform') ? ":${protoc_platform}" : ""
@@ -142,7 +142,7 @@ configurations {
142142
// Test things
143143
dependencies {
144144
intTestImplementation "junit:junit:4.13.2"
145-
intTestImplementation "org.assertj:assertj-core:3.27.3"
145+
intTestImplementation "org.assertj:assertj-core:3.27.4"
146146
}
147147

148148
tasks.register('integrationTest', Test) {

0 commit comments

Comments
 (0)