Skip to content

Commit 9af5c71

Browse files
Bump com.google.protobuf:protobuf-gradle-plugin from 0.9.2 to 0.9.4
Bumps [com.google.protobuf:protobuf-gradle-plugin](https://github.com/google/protobuf-gradle-plugin) from 0.9.2 to 0.9.4. - [Release notes](https://github.com/google/protobuf-gradle-plugin/releases) - [Commits](google/protobuf-gradle-plugin@0.9.2...v0.9.4) --- updated-dependencies: - dependency-name: com.google.protobuf:protobuf-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent de5ef47 commit 9af5c71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dp-inntekt-grpc/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import com.google.protobuf.gradle.* // ktlint-disable no-wildcard-imports
33
val grpcVersion = "1.51.1"
44
val grpcKotlinVersion = "1.3.0"
55
val protbufVersion = "3.21.12"
6-
val protobufGradleVersion = "0.9.2"
6+
val protobufGradleVersion = "0.9.4"
77

88
plugins {
99
kotlin("jvm")

0 commit comments

Comments
 (0)