Skip to content

Commit

Permalink
Upgrade JUnit to 5.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mrotteveel committed Oct 1, 2024
1 parent 2ddee54 commit 76a2c40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ dependencyResolutionManagement {

versionCatalogs {
testLibs {
version('junit', '5.9.3')
version('junit', '5.11.1')

library('junit-bom', 'org.junit', 'junit-bom').versionRef('junit')
library('junit-jupiter', 'org.junit.jupiter', 'junit-jupiter').withoutVersion()
Expand Down

0 comments on commit 76a2c40

Please sign in to comment.