From 1b9d8df0a405c567a69ecd0bd59bc406974af626 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Jul 2022 22:21:58 +0000 Subject: [PATCH] Bump protobuf-java from 3.21.2 to 3.21.3 Bumps [protobuf-java](https://github.com/protocolbuffers/protobuf) from 3.21.2 to 3.21.3. - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/generate_changelog.py) - [Commits](https://github.com/protocolbuffers/protobuf/compare/v3.21.2...v3.21.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] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 8c9996d..1df51ae 100644 --- a/build.gradle +++ b/build.gradle @@ -235,7 +235,7 @@ signing { dependencies { testImplementation "junit:junit:4.13.2" - testImplementation 'com.google.protobuf:protobuf-java:3.21.2' + testImplementation 'com.google.protobuf:protobuf-java:3.21.3' testRuntimeOnly 'org.apache.logging.log4j:log4j-core:2.18.0' testRuntimeOnly 'org.apache.logging.log4j:log4j-jpl:2.18.0' }