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 ab24454 commit be4895dCopy full SHA for be4895d
cli/build.gradle
@@ -15,7 +15,7 @@ dependencies {
15
implementation group: 'org.apache.logging.log4j', name: 'log4j-api', version: '2.23.0'
16
implementation group: 'org.apache.logging.log4j', name: 'log4j-core', version: '2.23.0'
17
18
- testImplementation "org.mockito:mockito-core:5.10.0"
+ testImplementation "org.mockito:mockito-core:5.11.0"
19
}
20
21
mainClassName = 'org.openapitools.openapistylevalidator.cli.Main'
0 commit comments