From 9fb7698a3c0f974dac95844d5e3ff35b2b847ba3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 Mar 2023 22:13:02 +0000 Subject: [PATCH] Update Protocol Buffers --- gradle/libs.versions.toml | 4 ++-- proto/build.gradle.kts | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 2428177..1392379 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -7,8 +7,8 @@ p8eScopeSdk = "0.6.4" ## Protocol Buffers grpc = "1.45.0" krotoPlus = "0.6.1" -protobuf = "3.20.1" -protobuf_gradle_plugin = "0.8.18" +protobuf = "3.20.3" +protobuf_gradle_plugin = "0.8.19" protocGenValidate = "0.6.7" ## Jackson jackson_kotlin = "2.13.5" diff --git a/proto/build.gradle.kts b/proto/build.gradle.kts index bfd3e73..6a67769 100644 --- a/proto/build.gradle.kts +++ b/proto/build.gradle.kts @@ -33,6 +33,6 @@ dependencies { protobuf { protoc { // The artifact spec for the Protobuf Compiler - artifact = "com.google.protobuf:protoc:3.20.1" + artifact = "com.google.protobuf:protoc:3.20.3" } }