From 1cd4d345ede9a61df016ba7c0c575e8b6078ca5f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Jun 2024 06:33:12 +0000 Subject: [PATCH] build(deps): bump com.google.protobuf:protobuf-java Bumps [com.google.protobuf:protobuf-java](https://github.com/protocolbuffers/protobuf) from 3.22.1 to 4.27.1. - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl) - [Commits](https://github.com/protocolbuffers/protobuf/commits) --- updated-dependencies: - dependency-name: com.google.protobuf:protobuf-java dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 6ecb98d..0a68338 100644 --- a/build.gradle +++ b/build.gradle @@ -20,7 +20,7 @@ dependencies { testImplementation group: 'org.mockito', name: 'mockito-core', version: '5.12.0' // Might using "Reflection" - implementation "com.google.protobuf:protobuf-java:3.22.1" + implementation "com.google.protobuf:protobuf-java:4.27.1" // implementation 'com.fasterxml.jackson.core:jackson-databind:2.13.3' } test {