Skip to content
This repository has been archived by the owner on Jun 8, 2023. It is now read-only.

Commit

Permalink
fix(deps): update dependency com.google.protobuf:protobuf-java to v3.…
Browse files Browse the repository at this point in the history
…23.2
  • Loading branch information
renovate[bot] committed May 27, 2023
1 parent 12abcba commit 9762562
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protobufs/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ repositories {
}

dependencies {
implementation("com.google.protobuf:protobuf-java:3.23.1")
implementation("com.google.protobuf:protobuf-java:3.23.2")
compileOnly("org.apache.tomcat:annotations-api:6.0.53")
runtimeOnly("io.grpc:grpc-netty:1.55.1")
api("io.grpc:grpc-protobuf:1.55.1")
Expand Down

0 comments on commit 9762562

Please sign in to comment.