File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
akka-sample-cluster-scala
akka-sample-distributed-data-scala
akka-sample-kafka-to-sharding-scala
akka-sample-sharding-scala Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ object Dependencies {
2323 val agronaVersion = " 1.22.0"
2424 val nettyVersion = " 4.1.119.Final"
2525 val protobufJavaVersion = " 3.25.5" // also sync with protocVersion in Protobuf.scala
26- val logbackVersion = " 1.5.17 "
26+ val logbackVersion = " 1.5.18 "
2727 val scalaFortifyVersion = " 1.0.22"
2828 val fortifySCAVersion = " 22.1"
2929 val jacksonCoreVersion = " 2.17.3" // https://github.com/FasterXML/jackson/wiki/Jackson-Releases
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import com.typesafe.sbt.SbtMultiJvm.MultiJvmKeys.MultiJvm
33
44val AkkaVersion = " 2.10.3"
55val AkkaDiagnosticsVersion = " 2.1.1"
6- val LogbackClassicVersion = " 1.5.17 "
6+ val LogbackClassicVersion = " 1.5.18 "
77val ScalaTestVersion = " 3.2.17"
88
99lazy val `akka-sample-cluster-scala` = project
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import com.typesafe.sbt.MultiJvmPlugin.multiJvmSettings
22
33val AkkaVersion = " 2.10.3"
44val AkkaDiagnosticsVersion = " 2.1.1"
5- val LogbackClassicVersion = " 1.5.17 "
5+ val LogbackClassicVersion = " 1.5.18 "
66val ScalaTestVersion = " 3.2.17"
77
88val `akka-sample-distributed-data-scala` = project
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ val AlpakkaKafkaVersion = "7.0.1"
33val AkkaManagementVersion = " 1.6.0"
44val AkkaHttpVersion = " 10.7.0"
55val EmbeddedKafkaVersion = " 3.7.0"
6- val LogbackVersion = " 1.5.17 "
6+ val LogbackVersion = " 1.5.18 "
77
88resolvers += " Akka library repository" .at(" https://repo.akka.io/maven" )
99
Original file line number Diff line number Diff line change 11val AkkaVersion = " 2.10.3"
22val AkkaHttpVersion = " 10.6.3"
33val AkkaDiagnostics = " 2.1.1"
4- val LogbackVersion = " 1.5.17 "
4+ val LogbackVersion = " 1.5.18 "
55
66resolvers += " Akka library repository" .at(" https://repo.akka.io/maven" )
77
You can’t perform that action at this time.
0 commit comments