diff --git a/build.sbt b/build.sbt index 3d3af303..ce0020fc 100644 --- a/build.sbt +++ b/build.sbt @@ -57,7 +57,7 @@ lazy val commonSettings = Seq( "io.higherkindness" %% "droste-macros" % "0.8.0", "org.apache.avro" % "avro" % "1.10.1", "com.github.os72" % "protoc-jar" % "3.11.4", - "com.google.protobuf" % "protobuf-java" % "3.14.0", + "com.google.protobuf" % "protobuf-java" % "3.15.0", "io.circe" %% "circe-core" % "0.13.0", "io.circe" %% "circe-parser" % "0.13.0", "io.circe" %% "circe-yaml" % "0.13.1",