@@ -15,15 +15,11 @@ updates.ignore = [
15
15
]
16
16
17
17
updates.pin = [
18
- # Stay on ScalaTest 3.1 as long as Akka TestKit does
19
- { groupId = "org.scalatest", artifactId = "scalatest", version = "3.1." },
20
- # https://github.com/akka/akka/pull/28970 / https://github.com/akka/akka/issues/29072
21
- { groupId = "com.fasterxml.jackson.core", version = "2.10." },
22
- { groupId = "com.fasterxml.jackson.dataformat", version = "2.10." },
23
- # https://github.com/akka/akka-http/issues/3719
24
- { groupId = "org.scala-sbt", artifactId = "sbt", version = "1.3." },
25
- # https://github.com/akka/akka-http/pull/3995#issuecomment-1009951997
26
- { groupId = "org.scala-lang.modules", artifactId = "scala-xml", version = "1." },
18
+ # Align with Scalatest dependency from Akka TestKit does
19
+ { groupId = "org.scalatest", artifactId = "scalatest", version = "3.2." },
20
+ # align with Akka jackson version
21
+ { groupId = "com.fasterxml.jackson.core", version = "2.15." },
22
+ { groupId = "com.fasterxml.jackson.dataformat", version = "2.15." },
27
23
# https://github.com/akka/akka-http/pull/3996#issuecomment-1009953070
28
24
{ groupId = "org.specs2", artifactId = "specs2-core", version = "4.10." },
29
25
# https://github.com/akka/akka-http/pull/4080#issuecomment-1074853622
0 commit comments