Skip to content

Commit a43c9bd

Browse files
authored
chore: Re-generate proto test message with newer protoc (#1869)
1 parent 59d8446 commit a43c9bd

File tree

4 files changed

+213
-238
lines changed

4 files changed

+213
-238
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ lazy val tests = project
287287
name := "akka-stream-kafka-tests",
288288
libraryDependencies ++= Seq(
289289
"com.typesafe.akka" %% "akka-discovery" % akkaVersion,
290-
"com.google.protobuf" % "protobuf-java" % "3.25.8", // use the same, or later, version as in scalapb
290+
"com.google.protobuf" % "protobuf-java" % "4.32.1",
291291
"io.confluent" % "kafka-avro-serializer" % confluentAvroSerializerVersion % Test excludeAll (confluentLibsExclusionRules: _*),
292292
// See https://github.com/sbt/sbt/issues/3618#issuecomment-448951808
293293
"javax.ws.rs" % "javax.ws.rs-api" % "2.1.1" artifacts Artifact("javax.ws.rs-api", "jar", "jar"),

tests/src/main/proto/order.proto

Lines changed: 0 additions & 8 deletions
This file was deleted.

0 commit comments

Comments
 (0)