Skip to content

Commit 7d10f57

Browse files
bump: alpakka-kafka to 7.0.3 (#3397)
1 parent 950e173 commit 7d10f57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Dependencies.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ object Dependencies {
2828
val AkkaHttpBinaryVersion = VersionNumber(AkkaHttpVersion).numbers match {
2929
case Seq(major, minor, _*) => s"$major.$minor"
3030
}
31-
val AlpakkaKafkaVersion = "7.0.2"
31+
val AlpakkaKafkaVersion = "7.0.3"
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

0 commit comments

Comments
 (0)