Skip to content

Commit

Permalink
Merge pull request #34 from kousen/dependabot/gradle/org.assertj-asse…
Browse files Browse the repository at this point in the history
…rtj-core-3.26.3

Bump org.assertj:assertj-core from 3.26.0 to 3.26.3
  • Loading branch information
kousen authored Jul 10, 2024
2 parents 590c1b6 + 560281f commit ea07d33
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.3')
testImplementation 'org.assertj:assertj-core:3.26.0'
testImplementation 'org.assertj:assertj-core:3.26.3'

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

0 comments on commit ea07d33

Please sign in to comment.