Skip to content

Commit

Permalink
Merge pull request #593 from freefair/dependabot/gradle/org.junit-jun…
Browse files Browse the repository at this point in the history
…it-bom-5.9.1

Bump junit-bom from 5.9.0 to 5.9.1
  • Loading branch information
larsgrefer committed Sep 21, 2022
2 parents 0f841fd + c286157 commit 92d23b5
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 @@ -59,7 +59,7 @@ allprojects {
test.useJUnitPlatform()

dependencies {
implementation platform("org.junit:junit-bom:5.9.0")
implementation platform("org.junit:junit-bom:5.9.1")

testImplementation 'org.assertj:assertj-core:3.23.1'
testImplementation 'org.junit.jupiter:junit-jupiter-api'
Expand Down

0 comments on commit 92d23b5

Please sign in to comment.