Skip to content

Commit 904cb6b

Browse files
committed
Merge remote-tracking branch 'origin/dependabot/gradle/grpcVersion-1.58.0'
2 parents 1fa4793 + b788cbc commit 904cb6b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dp-inntekt-api/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ application {
2626
mainClass.set("no.nav.dagpenger.inntekt.ApplicationKt")
2727
}
2828

29-
val grpcVersion = "1.38.1"
29+
val grpcVersion = "1.58.0"
3030
val expediaGraphqlVersion = "6.4.0"
3131

3232
dependencies {

dp-inntekt-grpc/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import com.google.protobuf.gradle.* // ktlint-disable no-wildcard-imports
22

3-
val grpcVersion = "1.51.1"
3+
val grpcVersion = "1.58.0"
44
val grpcKotlinVersion = "1.4.0"
55
val protbufVersion = "3.24.4"
66
val protobufGradleVersion = "0.9.4"

0 commit comments

Comments
 (0)