Skip to content

Commit 227f43d

Browse files
Bump io.grpc:grpc-kotlin-stub from 1.3.0 to 1.4.0
Bumps [io.grpc:grpc-kotlin-stub](https://github.com/grpc/grpc-kotlin) from 1.3.0 to 1.4.0. - [Release notes](https://github.com/grpc/grpc-kotlin/releases) - [Changelog](https://github.com/grpc/grpc-kotlin/blob/master/CHANGELOG.md) - [Commits](grpc/grpc-kotlin@v1.3.0...v1.4.0) --- updated-dependencies: - dependency-name: io.grpc:grpc-kotlin-stub dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent de5ef47 commit 227f43d

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

33
val grpcVersion = "1.51.1"
4-
val grpcKotlinVersion = "1.3.0"
4+
val grpcKotlinVersion = "1.4.0"
55
val protbufVersion = "3.21.12"
66
val protobufGradleVersion = "0.9.2"
77

0 commit comments

Comments
 (0)