Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Bump assertj-core from 3.14.0 to 3.16.1
Bumps [assertj-core](https://github.com/joel-costigliola/assertj-core) from 3.14.0 to 3.16.1.
- [Release notes](https://github.com/joel-costigliola/assertj-core/releases)
- [Commits](assertj/assertj@assertj-core-3.14.0...assertj-core-3.16.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  • Loading branch information
dependabot-preview[bot] authored May 11, 2020
commit 90789813c748c739c07b73213df886d14f51373a
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ repositories {

dependencies {
testCompile 'junit:junit:4.13'
testCompile 'org.assertj:assertj-core:3.14.0'
testCompile 'org.assertj:assertj-core:3.16.1'
testCompile 'eu.codearte.catch-exception:catch-exception:2.0'
testCompile 'org.mockito:mockito-core:3.2.4'
testCompile 'nl.jqno.equalsverifier:equalsverifier:3.1.11'
Expand Down