@@ -15,16 +15,16 @@ object Dependencies {
1515 lazy val `http4s-grpc` = " io.chrisdavenport" %% " http4s-grpc" % " 0.0.4"
1616
1717 lazy val grpc = Seq (
18- " com.google.api.grpc" % " proto-google-cloud-pubsub-v1" % " 1.125.1 " ,
19- " com.google.api.grpc" % " proto-google-common-protos" % " 2.63.1 " ,
18+ " com.google.api.grpc" % " proto-google-cloud-pubsub-v1" % " 1.130.0 " ,
19+ " com.google.api.grpc" % " proto-google-common-protos" % " 2.63.2 " ,
2020 " com.google.protobuf" % " protobuf-java" % " 3.25.8" // scala-steward:off
2121 ).map(_ % " protobuf-src" intransitive ()) ++ Seq (
2222 " com.thesamet.scalapb" %% " scalapb-runtime" % scalapb.compiler.Version .scalapbVersion % " protobuf"
2323 )
2424
2525 lazy val `fs2-pubsub` = Seq (
2626 " co.fs2" %% " fs2-core" % " 3.12.2" ,
27- " com.permutive" %% " common-types-gcp-http4s" % " 1.2.1 " ,
27+ " com.permutive" %% " common-types-gcp-http4s" % " 2.0.0 " ,
2828 " io.circe" %% " circe-parser" % " 0.14.15" ,
2929 " org.http4s" %% " http4s-circe" % " 0.23.33" ,
3030 " org.http4s" %% " http4s-client" % " 0.23.33" ,
@@ -39,7 +39,7 @@ object Dependencies {
3939
4040 lazy val `fs2-pubsub-pureconfig` = Seq (
4141 " com.github.pureconfig" %% " pureconfig-http4s" % " 0.17.10" ,
42- " com.permutive" %% " common-types-gcp-pureconfig" % " 1.2.1 "
42+ " com.permutive" %% " common-types-gcp-pureconfig" % " 2.0.0 "
4343 )
4444
4545}
0 commit comments