We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 765e308 commit c2eadd8Copy full SHA for c2eadd8
build.gradle
@@ -154,7 +154,7 @@ subprojects {
154
testImplementation group: 'junit', name: 'junit', version: '4.13.1'
155
testImplementation "org.mockito:mockito-core:3.7.7"
156
testImplementation "com.nhaarman.mockitokotlin2:mockito-kotlin:2.2.0"
157
- testImplementation "org.assertj:assertj-core:3.18.1"
+ testImplementation "org.assertj:assertj-core:3.19.0"
158
}
159
160
sourceCompatibility = 1.8
0 commit comments