We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9884624 commit b7ff20dCopy full SHA for b7ff20d
build.gradle
@@ -39,8 +39,8 @@ dependencies {
39
// library needs to bring their own version (probably this)
40
testImplementation 'org.eclipse.parsson:parsson:1.1.7'
41
testImplementation 'org.junit.jupiter:junit-jupiter-engine'
42
- testImplementation 'org.assertj:assertj-core:3.27.0'
43
- testImplementation 'org.mockito:mockito-core:5.14.2'
+ testImplementation 'org.assertj:assertj-core:3.27.2'
+ testImplementation 'org.mockito:mockito-core:5.15.2'
44
}
45
46
test {
0 commit comments