From 676843ffbb136b83f71ffb5e20b698847aaf7ff1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Oct 2023 10:51:58 +0000 Subject: [PATCH] build(deps): bump com.google.protobuf:protobuf-kotlin Bumps com.google.protobuf:protobuf-kotlin from 3.23.3 to 3.24.4. --- updated-dependencies: - dependency-name: com.google.protobuf:protobuf-kotlin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- AnkiDroid/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AnkiDroid/build.gradle b/AnkiDroid/build.gradle index 9e549518dfc0..1e9cbd210885 100644 --- a/AnkiDroid/build.gradle +++ b/AnkiDroid/build.gradle @@ -312,7 +312,7 @@ dependencies { // Backend libraries - implementation 'com.google.protobuf:protobuf-kotlin:3.23.3' // This is required when loading from a file + implementation 'com.google.protobuf:protobuf-kotlin:3.24.4' // This is required when loading from a file Properties localProperties = new Properties() if (project.rootProject.file('local.properties').exists()) {