From 5ec03e083566c15ffb23df844f0e5c27f67d5344 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jun 2026 00:14:07 +0000 Subject: [PATCH] build(deps): bump com.google.protobuf:protobuf-java Bumps the all-dependencies group in /oss-licenses-plugin/testapp with 1 update: [com.google.protobuf:protobuf-java](https://github.com/protocolbuffers/protobuf). Updates `com.google.protobuf:protobuf-java` from 4.35.0 to 4.35.1 - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Commits](https://github.com/protocolbuffers/protobuf/commits) --- updated-dependencies: - dependency-name: com.google.protobuf:protobuf-java dependency-version: 4.35.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] --- oss-licenses-plugin/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oss-licenses-plugin/build.gradle.kts b/oss-licenses-plugin/build.gradle.kts index 58646c2f..3e128222 100644 --- a/oss-licenses-plugin/build.gradle.kts +++ b/oss-licenses-plugin/build.gradle.kts @@ -56,7 +56,7 @@ dependencies { compileOnly("com.android.tools.build:gradle-api:9.2.1") implementation(gradleApi()) implementation(localGroovy()) - implementation("com.google.protobuf:protobuf-java:4.35.0") + implementation("com.google.protobuf:protobuf-java:4.35.1") testImplementation("junit:junit:4.13.2") testImplementation("org.mockito:mockito-core:5.23.0")