Skip to content

Commit 02940a6

Browse files
authored
Merge pull request #148 from authzed/dependabot/gradle/gradle-b638403af7
Bump the gradle group with 2 updates
2 parents 132d189 + 4a6d9ad commit 02940a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ tasks.sourcesJar {
8787
javadoc { options.addStringOption('Xdoclint:none', '-quiet') }
8888

8989
def grpcVersion = "1.75.0"
90-
def protocVersion = "4.32.0"
90+
def protocVersion = "4.32.1"
9191
def authzedProtoCommit = "v1.45.4"
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.4"
145+
intTestImplementation "org.assertj:assertj-core:3.27.6"
146146
}
147147

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

0 commit comments

Comments
 (0)