From 1548151ff2d196515242832f15c054bcfb94b0a8 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 11 Oct 2019 05:09:23 +0200 Subject: [PATCH 1/2] Update protobuf-java to 2.6.1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index dc81a0d22..05b934bfe 100644 --- a/build.sbt +++ b/build.sbt @@ -226,7 +226,7 @@ lazy val bijectionProtobuf = { module("protobuf").settings( osgiExportAll("com.twitter.bijection.protobuf"), libraryDependencies ++= Seq( - "com.google.protobuf" % "protobuf-java" % "2.4.1" + "com.google.protobuf" % "protobuf-java" % "2.6.1" ) ).dependsOn( bijectionCore % "test->test;compile->compile" From cce58b44d4ba14f07a1b8c8a68cf581197d4d294 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 15 Oct 2019 03:38:38 +0200 Subject: [PATCH 2/2] Update protobuf-java to 2.6.1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 606cf18c5..967787a4a 100644 --- a/build.sbt +++ b/build.sbt @@ -237,7 +237,7 @@ lazy val bijectionProtobuf = { .settings( osgiExportAll("com.twitter.bijection.protobuf"), libraryDependencies ++= Seq( - "com.google.protobuf" % "protobuf-java" % "2.4.1" + "com.google.protobuf" % "protobuf-java" % "2.6.1" ) ) .dependsOn(