From 2a97794edda29f167465443a6e8054ceb9e3bb62 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 21 Dec 2024 18:27:11 +0000 Subject: [PATCH] Update assertj-core to 3.27.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 5426c3d6..0e97d5f5 100644 --- a/build.sbt +++ b/build.sbt @@ -145,7 +145,7 @@ libraryDependencies ++= Seq( "org.scalatest" %% "scalatest" % "3.2.18" % Test, "org.apache.pekko" %% "pekko-testkit" % pekkoVersion % Test, - "org.assertj" % "assertj-core" % "3.25.3" % Test, + "org.assertj" % "assertj-core" % "3.27.0" % Test, // https://docs.gatling.io/reference/integrations/build-tools/sbt-plugin/ "io.gatling" % "gatling-core" % gatlingVersion,