Skip to content

Commit 3e828da

Browse files
authored
bump: Akka 2.10.5, Akka HTTP 10.7.1, Akka gRPC 2.5.5, Alpakka Kafka 7.0.2 (#3392)
* bump; Akka 2.10.5, Akka HTTP 10.7.1, Akka gRPC 2.5.5, Alpakka Kafka 7.0.2 * Mima filters
1 parent ad7c20d commit 3e828da

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
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")

project/Dependencies.scala

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ addSbtPlugin("com.github.sbt" % "sbt-unidoc" % "0.5.0")
1515
addSbtPlugin("com.thoughtworks.sbt-api-mappings" % "sbt-api-mappings" % "3.0.2")
1616
addSbtPlugin("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
2020
addSbtPlugin("com.github.sbt" % "sbt-boilerplate" % "0.7.0")

0 commit comments

Comments
 (0)