Skip to content

Commit

Permalink
fix shaded protobuf version
Browse files Browse the repository at this point in the history
  • Loading branch information
shashank11p committed Nov 30, 2023
1 parent c17521f commit 0008cb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shaded-protobuf-java-util/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
}

dependencies {
implementation("com.google.protobuf:protobuf-java-util:3.19.6") {
implementation("com.google.protobuf:protobuf-java-util:3.4.0") {
exclude("com.google.protobuf", "protobuf-java")
exclude("com.google.guava", "guava")
}
Expand Down

0 comments on commit 0008cb7

Please sign in to comment.