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 2fa03ba commit c2e32f5Copy full SHA for c2e32f5
build.gradle
@@ -153,7 +153,7 @@ subprojects {
153
testImplementation group: 'junit', name: 'junit', version: '4.12'
154
testImplementation "org.mockito:mockito-core:3.6.28"
155
testImplementation "com.nhaarman.mockitokotlin2:mockito-kotlin:2.2.0"
156
- testImplementation "org.assertj:assertj-core:3.11.1"
+ testImplementation "org.assertj:assertj-core:3.18.1"
157
}
158
159
sourceCompatibility = 1.8
0 commit comments