@@ -13,7 +13,7 @@ object Dependencies {
1313 val Scala2Versions = Seq (Scala213 )
1414 val ScalaVersions = Dependencies .Scala2Versions :+ Dependencies .Scala3
1515
16- val AkkaVersion = " 2.10.5 "
16+ val AkkaVersion = " 2.10.11 "
1717 val AkkaBinaryVersion = VersionNumber (AkkaVersion ).numbers match { case Seq (major, minor, _* ) => s " $major. $minor" }
1818
1919 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.1 "
27+ val AkkaHttpVersion = " 10.7.3 "
2828 val AkkaHttpBinaryVersion = VersionNumber (AkkaHttpVersion ).numbers match {
2929 case Seq (major, minor, _* ) => s " $major. $minor"
3030 }
31- val AlpakkaKafkaVersion = " 7 .0.4 "
31+ val AlpakkaKafkaVersion = " 8 .0.0 "
3232 val ScalaTestVersion = " 3.2.19"
3333 val TestContainersScalaTestVersion = " 0.40.3" // pulls Testcontainers 1.16.2
3434
@@ -257,8 +257,7 @@ object Dependencies {
257257 " com.fasterxml.jackson.core" % " jackson-annotations" % JacksonVersion ,
258258 " com.fasterxml.jackson.datatype" % " jackson-datatype-jsr310" % JacksonVersion % Test , // used from `hoverfly-java`
259259 " io.specto" % " hoverfly-java" % hoverflyVersion % Test // ApacheV2
260- ) ++ Mockito
261- ++ JacksonDatabindDependencies // pick possibly later version then `akka-http-jackson`
260+ ) ++ Mockito ++ JacksonDatabindDependencies // pick possibly later version then `akka-http-jackson`
262261 )
263262
264263 val GoogleBigQueryStorage = Seq (
0 commit comments