Skip to content

Commit

Permalink
Merge pull request playframework#897 from playframework/update/assert…
Browse files Browse the repository at this point in the history
…j-core-3.26.0

assertj-core 3.26.0 (was 3.25.3)
  • Loading branch information
mkurz authored Jun 16, 2024
2 parents 11d8d0c + 7a363e4 commit 0365086
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ object Dependencies {

val logback = Seq("ch.qos.logback" % "logback-core" % "1.5.6")

val assertj = Seq("org.assertj" % "assertj-core" % "3.25.3")
val assertj = Seq("org.assertj" % "assertj-core" % "3.26.0")

val awaitility = Seq("org.awaitility" % "awaitility" % "4.2.1")

Expand Down

0 comments on commit 0365086

Please sign in to comment.