Skip to content

Commit

Permalink
Bump com.google.protobuf:protobuf-java-util in /hello-grpc-kotlin
Browse files Browse the repository at this point in the history
Bumps com.google.protobuf:protobuf-java-util from 4.28.0 to 4.28.2.

---
updated-dependencies:
- dependency-name: com.google.protobuf:protobuf-java-util
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 20, 2024
1 parent bda6a98 commit 3cc464b
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.28.0")
api("com.google.protobuf:protobuf-java-util:4.28.2")
api("io.grpc:grpc-kotlin-stub:1.4.1")
api("org.apache.logging.log4j:log4j-api-kotlin:1.5.0")
api("org.apache.logging.log4j:log4j-api:${rootProject.ext["log4jVersion"]}")
Expand Down

0 comments on commit 3cc464b

Please sign in to comment.