Skip to content

Commit

Permalink
Merge pull request #125 from authzed/dependabot/gradle/gradle-f03a14ee29
Browse files Browse the repository at this point in the history
Bump the gradle group with 5 updates
  • Loading branch information
tstirrat15 authored Feb 3, 2025
2 parents bf03720 + a9412c1 commit 89d74cf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@ tasks.sourcesJar {
// All it does is complain about generated code.
javadoc { options.addStringOption('Xdoclint:none', '-quiet') }

def grpcVersion = "1.69.0"
def protocVersion = "4.29.2"
def grpcVersion = "1.70.0"
def protocVersion = "4.29.3"
def authzedProtoCommit = "v1.40.0"
def bufDir = "${buildDir}/buf"
def protocPlatformTag = project.findProperty('protoc_platform') ? ":${protoc_platform}" : ""
Expand Down Expand Up @@ -149,7 +149,7 @@ configurations {
// Test things
dependencies {
intTestImplementation "junit:junit:4.13.2"
intTestImplementation "org.assertj:assertj-core:3.27.0"
intTestImplementation "org.assertj:assertj-core:3.27.3"
}

tasks.register('integrationTest', Test) {
Expand Down

0 comments on commit 89d74cf

Please sign in to comment.