Skip to content

Commit

Permalink
Bump com.google.protobuf from 0.9.2 to 0.9.4
Browse files Browse the repository at this point in the history
Bumps com.google.protobuf from 0.9.2 to 0.9.4.

---
updated-dependencies:
- dependency-name: com.google.protobuf
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 20, 2023
1 parent da5e8a6 commit c3278ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dp-inntekt-grpc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ val protobufGradleVersion = "0.9.4"

plugins {
kotlin("jvm")
id("com.google.protobuf") version "0.9.2"
id("com.google.protobuf") version "0.9.4"
}

apply(plugin = "com.google.protobuf")
Expand Down

0 comments on commit c3278ed

Please sign in to comment.