We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d1c393 commit ddfe25eCopy full SHA for ddfe25e
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.14.1'
+ testImplementation group: 'org.mockito', name: 'mockito-core', version: '5.15.2'
56
}
57
58
generateGrammarSource {
0 commit comments