From c87fc8275b0cdea8e2fd4b20198da89eda36018f Mon Sep 17 00:00:00 2001 From: Lea Lobanov Date: Tue, 5 Nov 2024 23:31:22 +0900 Subject: [PATCH] Bump libraries with detected vulnerabilities --- protobuf/build.gradle.kts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/protobuf/build.gradle.kts b/protobuf/build.gradle.kts index 187114921..ac6902dfb 100644 --- a/protobuf/build.gradle.kts +++ b/protobuf/build.gradle.kts @@ -9,7 +9,7 @@ fun getProp(name: String, defaultValue: String? = null): String? { // configuration variables val defaultGroupId = "org.onflow" -val defaultVersion = "1.1.0" +val defaultVersion = "1.1.1" group = getProp("groupId", defaultGroupId)!! version = when { @@ -28,8 +28,8 @@ plugins { id ("com.vanniktech.maven.publish") version "0.28.0" } -val protobufVersion = "3.14.0" -val grpcVersion = "1.35.0" +val protobufVersion = "4.26.0" +val grpcVersion = "1.68.1" dependencies { api("com.google.protobuf:protobuf-java:$protobufVersion")