Update junit-jupiter-engine to 5.13.0 (#1879)

Co-authored-by: scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com>
This commit is contained in:
scala-steward-asf[bot] 2025-06-01 09:21:54 +01:00 committed by GitHub
parent 5e5f5d6366
commit 4ffa81a64c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -29,7 +29,7 @@ object Dependencies {
.withRank(KeyRanks.Invisible) // avoid 'unused key' warning
val junitVersion = "4.13.2"
val junit5Version = "5.12.2"
val junit5Version = "5.13.0"
val slf4jVersion = "2.0.17"
// check agrona version when updating this
val aeronVersion = "1.45.1"