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 845056b commit 14a391bCopy full SHA for 14a391b
build.gradle
@@ -147,7 +147,7 @@ subprojects {
147
testImplementation group: 'junit', name: 'junit', version: '4.13.2'
148
testImplementation "org.mockito:mockito-core:4.2.0"
149
testImplementation "com.nhaarman.mockitokotlin2:mockito-kotlin:2.2.0"
150
- testImplementation "org.assertj:assertj-core:3.21.0"
+ testImplementation "org.assertj:assertj-core:3.22.0"
151
}
152
153
sourceCompatibility = 1.8
0 commit comments