Skip to content

Commit

Permalink
Upgrade to JUnit 5.10.3
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosame committed Jun 30, 2024
1 parent af834e4 commit b5c6e39
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 @@ -33,7 +33,7 @@ sourceSets {
}

dependencies {
testImplementation 'org.junit.jupiter:junit-jupiter:5.10.1'
testImplementation 'org.junit.jupiter:junit-jupiter:5.10.3'
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
}

Expand Down

0 comments on commit b5c6e39

Please sign in to comment.