From eab30233cae3ff940cd5f0028ce60620c890ec00 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 31 Aug 2023 14:34:04 -0600 Subject: [PATCH] Bump com.google.protobuf:protobuf-gradle-plugin from 0.8.18 to 0.9.4 (#421) Bumps [com.google.protobuf:protobuf-gradle-plugin](https://github.com/google/protobuf-gradle-plugin) from 0.8.18 to 0.9.4. - [Release notes](https://github.com/google/protobuf-gradle-plugin/releases) - [Commits](https://github.com/google/protobuf-gradle-plugin/compare/v0.8.18...v0.9.4) --- updated-dependencies: - dependency-name: com.google.protobuf:protobuf-gradle-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- compiler/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/build.gradle.kts b/compiler/build.gradle.kts index b07ee4bc..47b654a9 100644 --- a/compiler/build.gradle.kts +++ b/compiler/build.gradle.kts @@ -25,7 +25,7 @@ dependencies { testImplementation("junit:junit:4.13.2") testImplementation("com.google.guava:guava:29.0-jre") testImplementation("com.google.jimfs:jimfs:1.3.0") - testImplementation("com.google.protobuf:protobuf-gradle-plugin:0.8.18") + testImplementation("com.google.protobuf:protobuf-gradle-plugin:0.9.4") testImplementation("com.nhaarman.mockitokotlin2:mockito-kotlin:2.2.0") testImplementation("org.junit.jupiter:junit-jupiter-engine:5.10.0") testImplementation("org.mockito:mockito-core:4.11.0")