Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/dependabot/gradle/modules/junit-…
Browse files Browse the repository at this point in the history
…jupiter/org.assertj-assertj-core-3.19.0' into combined-pr-branch
  • Loading branch information
rnorth committed Jun 14, 2021
2 parents 4bfaa82 + edbad59 commit 545d452
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/junit-jupiter/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dependencies {
testImplementation ('org.mockito:mockito-core:3.10.0') {
exclude(module: 'hamcrest-core')
}
testImplementation 'org.assertj:assertj-core:3.18.1'
testImplementation 'org.assertj:assertj-core:3.19.0'
testImplementation 'org.junit.jupiter:junit-jupiter-params:5.7.2'

testRuntimeOnly 'org.postgresql:postgresql:42.2.20'
Expand Down

0 comments on commit 545d452

Please sign in to comment.