Skip to content

Commit

Permalink
Merge pull request #135 from feuyeux/dependabot/gradle/hello-grpc-kot…
Browse files Browse the repository at this point in the history
…lin/com.google.protobuf-protobuf-java-util-4.27.1

Bump com.google.protobuf:protobuf-java-util from 4.27.0 to 4.27.1 in /hello-grpc-kotlin
  • Loading branch information
feuyeux committed Jun 12, 2024
2 parents e1a4f98 + 5ee02d2 commit ff2387d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hello-grpc-kotlin/stub/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ dependencies {
api("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.3-native-mt")
api("io.grpc:grpc-protobuf:${rootProject.ext["grpcVersion"]}")
api("io.grpc:grpc-netty:${rootProject.ext["grpcVersion"]}")
api("com.google.protobuf:protobuf-java-util:4.27.0")
api("com.google.protobuf:protobuf-java-util:4.27.1")
api("io.grpc:grpc-kotlin-stub:1.4.1")
api("org.apache.logging.log4j:log4j-api-kotlin:1.4.0")
api("org.apache.logging.log4j:log4j-api:${rootProject.ext["log4jVersion"]}")
Expand Down

0 comments on commit ff2387d

Please sign in to comment.