From 07324b0db6349d62d863129ca2dd4e4c09849169 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 7 Feb 2023 17:10:25 +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 9076bae..79031de 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -7,8 +7,8 @@ p8eScopeSdk = "0.6.2" ## 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.3" 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" } }