Skip to content

Commit a2fe6a8

Browse files
Update junit-jupiter-engine to 5.10.2
1 parent 64953ba commit a2fe6a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Dependencies.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ object Dependencies {
2222
.withRank(KeyRanks.Invisible) // avoid 'unused key' warning
2323

2424
val junitVersion = "4.13.2"
25-
val junit5Version = "5.10.1"
25+
val junit5Version = "5.10.2"
2626
val slf4jVersion = "2.0.11"
2727
// check agrona version when updating this
2828
val aeronVersion = "1.43.0"

0 commit comments

Comments
 (0)