Skip to content

Commit

Permalink
Update dependency org.assertj:assertj-core to v3.19.0 (#1522)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <[email protected]>
  • Loading branch information
renovate[bot] and renovate-bot authored Jan 24, 2021
1 parent aec54c5 commit a9d4cd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ dependencies {

testImplementation(group = "junit", name = "junit", version = "4.13.1")
testImplementation(group = "com.tngtech.java", name = "junit-dataprovider", version = "1.13.1")
testImplementation(group = "org.assertj", name = "assertj-core", version = "3.18.1")
testImplementation(group = "org.assertj", name = "assertj-core", version = "3.19.0")
testImplementation(group = "io.mockk", name = "mockk", version = "1.10.5")

androidTestImplementation(group = "androidx.test", name = "runner", version = "1.3.0")
Expand Down

0 comments on commit a9d4cd8

Please sign in to comment.