Skip to content

Commit

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

Bump org.assertj:assertj-core from 3.24.2 to 3.25.0
  • Loading branch information
kousen authored Jan 1, 2024
2 parents b756cd7 + b076fbb commit cc89ef3
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.24.2'
testImplementation 'org.assertj:assertj-core:3.25.0'

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

0 comments on commit cc89ef3

Please sign in to comment.