Skip to content

Commit 46f182f

Browse files
authored
Merge pull request #177 from feuyeux/dependabot/gradle/hello-grpc-kotlin/jvm-2.0.20
Bump jvm from 2.0.0 to 2.0.20 in /hello-grpc-kotlin
2 parents 6a9fc8a + 549fadd commit 46f182f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: hello-grpc-kotlin/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ plugins {
33
// https://plugins.gradle.org/plugin/com.google.protobuf
44
id("com.google.protobuf") version "0.9.4"
55
// https://kotlinlang.org/docs/jvm-get-started.html
6-
kotlin("jvm") version "2.0.0"
6+
kotlin("jvm") version "2.0.20"
77
}
88

99
//https://github.com/grpc/grpc/releases

0 commit comments

Comments
 (0)