@@ -9,15 +9,15 @@ object Dependencies {
99 ExclusionRule (organization = " com.thesamet.scalapb" , name = " scalapb-runtime_2.13" )
1010 ),
1111 " com.permutive" %% " gcp-auth" % " 2.1.0" ,
12- " org.http4s" %% " http4s-ember-client" % " 0.23.32 "
12+ " org.http4s" %% " http4s-ember-client" % " 0.23.33 "
1313 )
1414
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.0 " ,
19- " com.google.api.grpc" % " proto-google-common-protos" % " 2.62.0 " ,
20- " com.google.protobuf" % " protobuf-java" % " 4.33.0 "
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 " ,
20+ " 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 )
@@ -26,13 +26,13 @@ object Dependencies {
2626 " co.fs2" %% " fs2-core" % " 3.12.2" ,
2727 " com.permutive" %% " common-types-gcp-http4s" % " 1.2.1" ,
2828 " io.circe" %% " circe-parser" % " 0.14.15" ,
29- " org.http4s" %% " http4s-circe" % " 0.23.32 " ,
30- " org.http4s" %% " http4s-client" % " 0.23.32 " ,
31- " org.http4s" %% " http4s-dsl" % " 0.23.32 "
29+ " org.http4s" %% " http4s-circe" % " 0.23.33 " ,
30+ " org.http4s" %% " http4s-client" % " 0.23.33 " ,
31+ " org.http4s" %% " http4s-dsl" % " 0.23.33 "
3232 ) ++ Seq (
3333 " com.dimafeng" %% " testcontainers-scala-munit" % " 0.43.6" ,
3434 " com.permutive" %% " gcp-auth" % " 2.1.0" ,
35- " org.http4s" %% " http4s-ember-client" % " 0.23.32 " ,
35+ " org.http4s" %% " http4s-ember-client" % " 0.23.33 " ,
3636 " org.slf4j" % " slf4j-nop" % " 2.0.17" ,
3737 " org.typelevel" %% " munit-cats-effect" % " 2.1.0"
3838 ).map(_ % Test )
0 commit comments