Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/gradle/org.junit.jupiter-junit-ju…
Browse files Browse the repository at this point in the history
…piter-5.10.2
  • Loading branch information
kousen authored Feb 5, 2024
2 parents 6f6fd84 + 0369f8e commit 3061c79
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 @@ -15,7 +15,7 @@ repositories {

dependencies {
testImplementation('org.junit.jupiter:junit-jupiter:5.10.2')
testImplementation 'org.assertj:assertj-core:3.25.2'
testImplementation 'org.assertj:assertj-core:3.25.3'

testRuntimeOnly("org.junit.platform:junit-platform-launcher")
}
Expand Down

0 comments on commit 3061c79

Please sign in to comment.