From 7f81d669416f95b65f84f2416888e75c29ed4583 Mon Sep 17 00:00:00 2001 From: 11Dimensions <103082479+11Dimensions@users.noreply.github.com> Date: Wed, 12 Oct 2022 17:55:14 -0400 Subject: [PATCH 1/2] Update dependency versions of commons A number of the dependencies have seen updates, this pull request updates the dependencies to the latest --- build.sbt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/build.sbt b/build.sbt index 9a144ff..55e7f14 100644 --- a/build.sbt +++ b/build.sbt @@ -10,31 +10,31 @@ publish / skip := true def commonProtos = ProtosProject( - "com.google.api.grpc" % "proto-google-common-protos" % "2.5.0", + "com.google.api.grpc" % "proto-google-common-protos" % "2.9.6", grpc = true, protoPackage = "google", - buildNumber = 3 + buildNumber = 4 ) lazy val commonProtos09 = commonProtos.scalapb09 lazy val commonProtos10 = commonProtos.scalapb10 lazy val commonProtos11 = commonProtos.scalapb11 val cloudPubSub = ProtosProject( - "com.google.api.grpc" % "proto-google-cloud-pubsub-v1" % "1.96.2", + "com.google.api.grpc" % "proto-google-cloud-pubsub-v1" % "1.102.20", grpc = true, protoPackage = "google", - buildNumber = 3 + buildNumber = 4 ).dependsOn(commonProtos) lazy val cloudPubSub09 = cloudPubSub.scalapb09 lazy val cloudPubSub10 = cloudPubSub.scalapb10 lazy val cloudPubSub11 = cloudPubSub.scalapb11 val pgvProto = ProtosProject( - "io.envoyproxy.protoc-gen-validate" % "pgv-java-stub" % "0.6.3", + "build.buf.protoc-gen-validate" % "pgv-java-stub" % "0.6.13", grpc = false, protoPackage = "validate", packageName = Some("pgv-proto"), - buildNumber = 0 + buildNumber = 1 ) lazy val pgvProto09 = pgvProto.scalapb09 lazy val pgvProto10 = pgvProto.scalapb10 From 3945a9413c51abb2b74a8332c1f490e50c47edc2 Mon Sep 17 00:00:00 2001 From: Nadav Samet Date: Wed, 12 Oct 2022 21:15:44 -0700 Subject: [PATCH 2/2] Update build.sbt --- build.sbt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.sbt b/build.sbt index 55e7f14..b17b692 100644 --- a/build.sbt +++ b/build.sbt @@ -13,7 +13,7 @@ def commonProtos = "com.google.api.grpc" % "proto-google-common-protos" % "2.9.6", grpc = true, protoPackage = "google", - buildNumber = 4 + buildNumber = 0 ) lazy val commonProtos09 = commonProtos.scalapb09 lazy val commonProtos10 = commonProtos.scalapb10 @@ -23,7 +23,7 @@ val cloudPubSub = ProtosProject( "com.google.api.grpc" % "proto-google-cloud-pubsub-v1" % "1.102.20", grpc = true, protoPackage = "google", - buildNumber = 4 + buildNumber = 0 ).dependsOn(commonProtos) lazy val cloudPubSub09 = cloudPubSub.scalapb09 lazy val cloudPubSub10 = cloudPubSub.scalapb10 @@ -34,7 +34,7 @@ val pgvProto = ProtosProject( grpc = false, protoPackage = "validate", packageName = Some("pgv-proto"), - buildNumber = 1 + buildNumber = 0 ) lazy val pgvProto09 = pgvProto.scalapb09 lazy val pgvProto10 = pgvProto.scalapb10