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 46bc9a5 commit 74e2b36Copy full SHA for 74e2b36
build.gradle
@@ -52,7 +52,7 @@ dependencies {
52
implementation "org.antlr:antlr4-intellij-adaptor:0.1"
53
implementation group: 'org.jfree', name: 'org.jfree.svg', version: '5.0.6'
54
testImplementation group: 'junit', name: 'junit', version: '4.13.2'
55
- testImplementation group: 'org.mockito', name: 'mockito-core', version: '5.15.2'
+ testImplementation group: 'org.mockito', name: 'mockito-core', version: '5.20.0'
56
}
57
58
generateGrammarSource {
0 commit comments