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 b49ba22 commit 61e5fdaCopy full SHA for 61e5fda
build.gradle
@@ -152,7 +152,7 @@ subprojects {
152
testImplementation group: 'junit', name: 'junit', version: '4.13.2'
153
testImplementation "org.mockito:mockito-core:4.6.1"
154
testImplementation "com.nhaarman.mockitokotlin2:mockito-kotlin:2.2.0"
155
- testImplementation "org.assertj:assertj-core:3.22.0"
+ testImplementation "org.assertj:assertj-core:3.23.1"
156
}
157
158
sourceCompatibility = 1.8
0 commit comments