Skip to content

Commit 4cea7be

Browse files
Bump com.google.protobuf:protobuf-java-util in /hello-grpc-kotlin
Bumps com.google.protobuf:protobuf-java-util from 4.27.1 to 4.27.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]>
1 parent c531161 commit 4cea7be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ dependencies {
1515
api("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.3-native-mt")
1616
api("io.grpc:grpc-protobuf:${rootProject.ext["grpcVersion"]}")
1717
api("io.grpc:grpc-netty:${rootProject.ext["grpcVersion"]}")
18-
api("com.google.protobuf:protobuf-java-util:4.27.1")
18+
api("com.google.protobuf:protobuf-java-util:4.27.2")
1919
api("io.grpc:grpc-kotlin-stub:1.4.1")
2020
api("org.apache.logging.log4j:log4j-api-kotlin:1.4.0")
2121
api("org.apache.logging.log4j:log4j-api:${rootProject.ext["log4jVersion"]}")

0 commit comments

Comments
 (0)