Skip to content

Commit e4e0254

Browse files
authored
Merge pull request #172 from 11Dimensions/commons-dep-update
Update dependency versions of commons
2 parents 47b22ac + 3945a94 commit e4e0254

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

build.sbt

+5-5
Original file line numberDiff line numberDiff line change
@@ -10,27 +10,27 @@ publish / skip := true
1010

1111
def commonProtos =
1212
ProtosProject(
13-
"com.google.api.grpc" % "proto-google-common-protos" % "2.5.0",
13+
"com.google.api.grpc" % "proto-google-common-protos" % "2.9.6",
1414
grpc = true,
1515
protoPackage = "google",
16-
buildNumber = 3
16+
buildNumber = 0
1717
)
1818
lazy val commonProtos09 = commonProtos.scalapb09
1919
lazy val commonProtos10 = commonProtos.scalapb10
2020
lazy val commonProtos11 = commonProtos.scalapb11
2121

2222
val cloudPubSub = ProtosProject(
23-
"com.google.api.grpc" % "proto-google-cloud-pubsub-v1" % "1.96.2",
23+
"com.google.api.grpc" % "proto-google-cloud-pubsub-v1" % "1.102.20",
2424
grpc = true,
2525
protoPackage = "google",
26-
buildNumber = 3
26+
buildNumber = 0
2727
).dependsOn(commonProtos)
2828
lazy val cloudPubSub09 = cloudPubSub.scalapb09
2929
lazy val cloudPubSub10 = cloudPubSub.scalapb10
3030
lazy val cloudPubSub11 = cloudPubSub.scalapb11
3131

3232
val pgvProto = ProtosProject(
33-
"io.envoyproxy.protoc-gen-validate" % "pgv-java-stub" % "0.6.3",
33+
"build.buf.protoc-gen-validate" % "pgv-java-stub" % "0.6.13",
3434
grpc = false,
3535
protoPackage = "validate",
3636
packageName = Some("pgv-proto"),

0 commit comments

Comments
 (0)