We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1fa4793 + b788cbc commit 904cb6bCopy full SHA for 904cb6b
dp-inntekt-api/build.gradle.kts
@@ -26,7 +26,7 @@ application {
26
mainClass.set("no.nav.dagpenger.inntekt.ApplicationKt")
27
}
28
29
-val grpcVersion = "1.38.1"
+val grpcVersion = "1.58.0"
30
val expediaGraphqlVersion = "6.4.0"
31
32
dependencies {
dp-inntekt-grpc/build.gradle.kts
@@ -1,6 +1,6 @@
1
import com.google.protobuf.gradle.* // ktlint-disable no-wildcard-imports
2
3
-val grpcVersion = "1.51.1"
4
val grpcKotlinVersion = "1.4.0"
5
val protbufVersion = "3.24.4"
6
val protobufGradleVersion = "0.9.4"
0 commit comments