Skip to content

Commit 46be9fd

Browse files
Bump com.google.protobuf:protoc from 3.21.12 to 3.24.4
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]>
1 parent de5ef47 commit 46be9fd

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
@@ -2,7 +2,7 @@ import com.google.protobuf.gradle.* // ktlint-disable no-wildcard-imports
22

33
val grpcVersion = "1.51.1"
44
val grpcKotlinVersion = "1.3.0"
5-
val protbufVersion = "3.21.12"
5+
val protbufVersion = "3.24.4"
66
val protobufGradleVersion = "0.9.2"
77

88
plugins {

0 commit comments

Comments
 (0)