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 1741ea8 commit 1c040d7Copy full SHA for 1c040d7
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.5'
54
testImplementation group: 'junit', name: 'junit', version: '4.13.2'
55
- testImplementation group: 'org.mockito', name: 'mockito-core', version: '5.12.0'
+ testImplementation group: 'org.mockito', name: 'mockito-core', version: '5.13.0'
56
}
57
58
generateGrammarSource {
0 commit comments