Skip to content

Commit

Permalink
Upgrade to JUnit 5.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mrotteveel committed Feb 8, 2024
1 parent 63dc5b2 commit e6ce36f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ java {
}

ext {
junit_jupiter = '5.10.1'
junit_jupiter = '5.10.2'
hamcrest = '2.2'
assertj = '3.24.2'
// Mockito 5 requires Java 11 or higher
Expand Down

0 comments on commit e6ce36f

Please sign in to comment.