Skip to content

Commit 68c4e6d

Browse files
committed
Update protobuf-java to 3.22.0
1 parent 3b91ab2 commit 68c4e6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -815,7 +815,7 @@ lazy val benchmark =
815815
// "com.thesamet.scalapb" %% "scalapb-runtime-grpc" % scalapb.compiler.Version.scalapbVersion
816816
// For grpc-java
817817
"io.grpc" % "grpc-protobuf" % GRPC_VERSION,
818-
"com.google.protobuf" % "protobuf-java" % "3.21.12",
818+
"com.google.protobuf" % "protobuf-java" % "3.22.0",
819819
"com.chatwork" %% "scala-ulid" % "1.0.24"
820820
)
821821
// Compile / PB.targets := Seq(

0 commit comments

Comments
 (0)