@@ -8,7 +8,7 @@ object Dependencies {
88 ExclusionRule (organization = " com.thesamet.scalapb" , name = " lenses_2.13" ),
99 ExclusionRule (organization = " com.thesamet.scalapb" , name = " scalapb-runtime_2.13" )
1010 ),
11- " com.permutive" %% " gcp-auth" % " 1. 2.0" ,
11+ " com.permutive" %% " gcp-auth" % " 2.0.1 " ,
1212 " org.http4s" %% " http4s-ember-client" % " 0.23.30"
1313 )
1414
@@ -17,29 +17,29 @@ object Dependencies {
1717 lazy val grpc = Seq (
1818 " com.google.api.grpc" % " proto-google-cloud-pubsub-v1" % " 1.122.2" ,
1919 " com.google.api.grpc" % " proto-google-common-protos" % " 2.59.1" ,
20- " com.google.protobuf" % " protobuf-java" % " 3.25.8 "
20+ " com.google.protobuf" % " protobuf-java" % " 4.31.1 "
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.0" ,
27- " com.permutive" %% " common-types-gcp-http4s" % " 1.1 .0" ,
27+ " com.permutive" %% " common-types-gcp-http4s" % " 1.2 .0" ,
2828 " io.circe" %% " circe-parser" % " 0.14.14" ,
2929 " org.http4s" %% " http4s-circe" % " 0.23.30" ,
3030 " org.http4s" %% " http4s-client" % " 0.23.30" ,
3131 " org.http4s" %% " http4s-dsl" % " 0.23.30"
3232 ) ++ Seq (
33- " com.dimafeng" %% " testcontainers-scala-munit" % " 0.41.8 " ,
34- " com.permutive" %% " gcp-auth" % " 1. 2.0" ,
33+ " com.dimafeng" %% " testcontainers-scala-munit" % " 0.43.0 " ,
34+ " com.permutive" %% " gcp-auth" % " 2.0.1 " ,
3535 " org.http4s" %% " http4s-ember-client" % " 0.23.30" ,
3636 " org.slf4j" % " slf4j-nop" % " 2.0.17" ,
3737 " org.typelevel" %% " munit-cats-effect" % " 2.1.0"
3838 ).map(_ % Test )
3939
4040 lazy val `fs2-pubsub-pureconfig` = Seq (
41- " com.github.pureconfig" %% " pureconfig-http4s" % " 0.17.7 " ,
42- " com.permutive" %% " common-types-gcp-pureconfig" % " 1.1 .0"
41+ " com.github.pureconfig" %% " pureconfig-http4s" % " 0.17.9 " ,
42+ " com.permutive" %% " common-types-gcp-pureconfig" % " 1.2 .0"
4343 )
4444
4545}
0 commit comments