File tree Expand file tree Collapse file tree 3 files changed +11
-4
lines changed
google-cloud-pub-sub-grpc/src/main/mima-filters Expand file tree Collapse file tree 3 files changed +11
-4
lines changed Original file line number Diff line number Diff line change 1+ # Akka gRPC generating new constructors
2+ ProblemFilters.exclude[DirectMissingMethodProblem]("io.grpc.alts.internal.handshaker.HandshakerServiceClient#DefaultHandshakerServiceClient.this")
3+ ProblemFilters.exclude[DirectMissingMethodProblem]("io.grpc.channelz.v1.channelz.ChannelzClient#DefaultChannelzClient.this")
4+ ProblemFilters.exclude[DirectMissingMethodProblem]("io.grpc.health.v1.health.HealthClient#DefaultHealthClient.this")
5+ ProblemFilters.exclude[DirectMissingMethodProblem]("io.grpc.lb.v1.load_balancer.LoadBalancerClient#DefaultLoadBalancerClient.this")
6+ ProblemFilters.exclude[DirectMissingMethodProblem]("io.grpc.reflection.v1.reflection.ServerReflectionClient#DefaultServerReflectionClient.this")
7+ ProblemFilters.exclude[DirectMissingMethodProblem]("io.grpc.reflection.v1alpha.reflection.ServerReflectionClient#DefaultServerReflectionClient.this")
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ object Dependencies {
1414 val Scala2Versions = Seq (Scala213 )
1515 val ScalaVersions = Dependencies .Scala2Versions :+ Dependencies .Scala3
1616
17- val AkkaVersion = " 2.10.0 "
17+ val AkkaVersion = " 2.10.5 "
1818 val AkkaBinaryVersion = VersionNumber (AkkaVersion ).numbers match { case Seq (major, minor, _* ) => s " $major. $minor" }
1919
2020 val InfluxDBJavaVersion = " 2.15"
@@ -24,11 +24,11 @@ object Dependencies {
2424 // Sync with plugins.sbt
2525 val AkkaGrpcBinaryVersion = " 2.5"
2626 // sync ignore prefix in scripts/link-validator.conf#L30
27- val AkkaHttpVersion = " 10.7.0 "
27+ val AkkaHttpVersion = " 10.7.1 "
2828 val AkkaHttpBinaryVersion = VersionNumber (AkkaHttpVersion ).numbers match {
2929 case Seq (major, minor, _* ) => s " $major. $minor"
3030 }
31- val AlpakkaKafkaVersion = " 7.0.0 "
31+ val AlpakkaKafkaVersion = " 7.0.2 "
3232 val ScalaTestVersion = " 3.2.19"
3333 val TestContainersScalaTestVersion = " 0.40.3" // pulls Testcontainers 1.16.2
3434 val mockitoVersion = " 5.13.0" // check even https://github.com/scalatest/scalatestplus-mockito/releases
Original file line number Diff line number Diff line change @@ -15,6 +15,6 @@ addSbtPlugin("com.github.sbt" % "sbt-unidoc" % "0.5.0")
1515addSbtPlugin(" com.thoughtworks.sbt-api-mappings" % " sbt-api-mappings" % " 3.0.2" )
1616addSbtPlugin(" com.github.sbt" % " sbt-site-paradox" % " 1.5.0" )
1717// Akka gRPC -- sync with version in Dependencies.scala:22
18- addSbtPlugin(" com.lightbend.akka.grpc" % " sbt-akka-grpc" % " 2.5.0 " )
18+ addSbtPlugin(" com.lightbend.akka.grpc" % " sbt-akka-grpc" % " 2.5.5 " )
1919// templating
2020addSbtPlugin(" com.github.sbt" % " sbt-boilerplate" % " 0.7.0" )
You can’t perform that action at this time.
0 commit comments