From 55f76651eacef992220dd285f1b900e5fe85e494 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Aug 2023 12:35:53 +0000 Subject: [PATCH] Bump com.google.protobuf:protobuf-kotlin-lite from 3.23.3 to 3.24.2 Bumps com.google.protobuf:protobuf-kotlin-lite from 3.23.3 to 3.24.2. --- updated-dependencies: - dependency-name: com.google.protobuf:protobuf-kotlin-lite dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 19f46c38..903c9e8d 100644 --- a/build.gradle +++ b/build.gradle @@ -84,7 +84,7 @@ dependencies { implementation group: 'com.vladsch.flexmark', name: 'flexmark-ext-gfm-tasklist', version: '0.62.2' // Protobuf - implementation group: 'com.google.protobuf', name: 'protobuf-kotlin-lite', version: '3.23.3' + implementation group: 'com.google.protobuf', name: 'protobuf-kotlin-lite', version: '3.24.2' // Use the Kotlin JDK standard library. implementation group: 'org.jetbrains.kotlin', name: 'kotlin-stdlib', version: '1.8.22'