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 aeb69a2 commit 1a46e84Copy full SHA for 1a46e84
build.gradle
@@ -207,7 +207,7 @@ dependencies {
207
testImplementation 'net.bytebuddy:byte-buddy-parent:1.10.18'
208
testRuntime group: 'org.apache.logging.log4j', name: 'log4j-core', version: '3.0.0-SNAPSHOT'
209
testRuntime group: 'org.apache.logging.log4j', name: 'log4j-jul', version: '3.0.0-SNAPSHOT'
210
- testImplementation 'org.mockito:mockito-core:3.6.0'
+ testImplementation 'org.mockito:mockito-core:3.6.28'
211
testImplementation 'org.xmlunit:xmlunit-core:2.8.1'
212
testImplementation 'org.xmlunit:xmlunit-matchers:2.8.1'
213
testRuntime 'com.tngtech.archunit:archunit-junit5-engine:0.14.1'
0 commit comments