From 16484383e1f0ebecef98749f75a4722c359e0e34 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 31 Oct 2024 08:21:12 +0530 Subject: [PATCH] build(deps): bump the minor-and-patch group across 1 directory with 4 updates (#245) --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 7c56f1d..f28e7f1 100644 --- a/build.gradle +++ b/build.gradle @@ -54,7 +54,7 @@ java { targetCompatibility = JavaVersion.VERSION_11 } -def grpcVersion = '1.68.0' +def grpcVersion = '1.68.1' def dgraph4jVersion = "$version" def openCensusVersion = '0.31.1'