Skip to content

Commit 4cc5fe7

Browse files
authored
Merge pull request #121 from authzed/dependabot/gradle/gradle-e63e1d406e
Bump the gradle group with 5 updates
2 parents a7f8416 + f5cf0cd commit 4cc5fe7

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
@@ -83,8 +83,8 @@ tasks.sourcesJar {
8383
// All it does is complain about generated code.
8484
javadoc { options.addStringOption('Xdoclint:none', '-quiet') }
8585

86-
def grpcVersion = "1.68.2"
87-
def protocVersion = "4.29.0"
86+
def grpcVersion = "1.69.0"
87+
def protocVersion = "4.29.2"
8888
def authzedProtoCommit = "v1.38.0"
8989
def bufDir = "${buildDir}/buf"
9090
def protocPlatformTag = project.findProperty('protoc_platform') ? ":${protoc_platform}" : ""
@@ -149,7 +149,7 @@ configurations {
149149
// Test things
150150
dependencies {
151151
intTestImplementation "junit:junit:4.13.2"
152-
intTestImplementation "org.assertj:assertj-core:3.26.3"
152+
intTestImplementation "org.assertj:assertj-core:3.27.0"
153153
}
154154

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

0 commit comments

Comments
 (0)