From 9f14ca42414e678f2dc4fa4f6b1f4350e3edc823 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Jan 2022 16:15:47 +0000 Subject: [PATCH] build(deps): bump protobuf-java from 3.19.1 to 3.19.3 Bumps [protobuf-java](https://github.com/protocolbuffers/protobuf) from 3.19.1 to 3.19.3. - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Changelog](https://github.com/protocolbuffers/protobuf/blob/master/generate_changelog.py) - [Commits](https://github.com/protocolbuffers/protobuf/compare/v3.19.1...v3.19.3) --- updated-dependencies: - dependency-name: com.google.protobuf:protobuf-java dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- rsdroid/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rsdroid/build.gradle b/rsdroid/build.gradle index d6068cd63..58e215161 100644 --- a/rsdroid/build.gradle +++ b/rsdroid/build.gradle @@ -61,7 +61,7 @@ dependencies { implementation fileTree(dir: "libs", include: ["*.jar", '*.so']) implementation 'androidx.appcompat:appcompat:1.3.1' // Protobuf is part of the ABI, so include it as a compile/api dependency. - api 'com.google.protobuf:protobuf-java:3.19.1' + api 'com.google.protobuf:protobuf-java:3.19.3' implementation 'androidx.sqlite:sqlite:2.1.0' implementation 'com.jakewharton.timber:timber:5.0.1'