Skip to content

Commit

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

Bump org.assertj:assertj-core from 3.25.1 to 3.25.2
  • Loading branch information
kousen authored Jan 25, 2024
2 parents 610970e + bb4fcbb commit a00ad34
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.1')
testImplementation 'org.assertj:assertj-core:3.25.1'
testImplementation 'org.assertj:assertj-core:3.25.2'

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

0 comments on commit a00ad34

Please sign in to comment.