Skip to content

Commit

Permalink
Bump com.google.protobuf:protoc from 3.21.12 to 3.24.4
Browse files Browse the repository at this point in the history
Bumps [com.google.protobuf:protoc](https://github.com/protocolbuffers/protobuf) from 3.21.12 to 3.24.4.
- [Release notes](https://github.com/protocolbuffers/protobuf/releases)
- [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl)
- [Commits](protocolbuffers/protobuf@v3.21.12...v3.24.4)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 19, 2023
1 parent de5ef47 commit 46be9fd
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 @@ -2,7 +2,7 @@ import com.google.protobuf.gradle.* // ktlint-disable no-wildcard-imports

val grpcVersion = "1.51.1"
val grpcKotlinVersion = "1.3.0"
val protbufVersion = "3.21.12"
val protbufVersion = "3.24.4"
val protobufGradleVersion = "0.9.2"

plugins {
Expand Down

0 comments on commit 46be9fd

Please sign in to comment.