We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aace17f commit 72f76e5Copy full SHA for 72f76e5
cli/build.gradle
@@ -15,7 +15,7 @@ dependencies {
15
implementation group: 'org.apache.logging.log4j', name: 'log4j-api', version: '2.23.1'
16
implementation group: 'org.apache.logging.log4j', name: 'log4j-core', version: '2.23.1'
17
18
- testImplementation "org.mockito:mockito-core:5.11.0"
+ testImplementation "org.mockito:mockito-core:5.12.0"
19
}
20
21
mainClassName = 'org.openapitools.openapistylevalidator.cli.Main'
0 commit comments