We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0002b8d + b90c189 commit 2d4c38fCopy full SHA for 2d4c38f
build.gradle
@@ -136,7 +136,7 @@ dependencies {
136
testImplementation group: 'com.jayway.jsonpath', name: 'json-path-assert'
137
testImplementation group: 'org.mockito', name: 'mockito-junit-jupiter'
138
testImplementation group: 'org.mockito', name: 'mockito-core'
139
- testImplementation "org.mockito.kotlin:mockito-kotlin:6.0.0"
+ testImplementation "org.mockito.kotlin:mockito-kotlin:6.1.0"
140
testRuntimeOnly group: 'org.skyscreamer', name: 'jsonassert'
141
developmentOnly group: 'org.springframework.boot', name: 'spring-boot-devtools'
142
}
0 commit comments