Skip to content

Commit 894e6c2

Browse files
authored
Merge pull request #719 from antlr/dependabot/gradle/org.mockito-mockito-core-5.14.1
build(deps): bump org.mockito:mockito-core from 5.13.0 to 5.14.1
2 parents 80b655b + a226405 commit 894e6c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ dependencies {
5252
implementation "org.antlr:antlr4-intellij-adaptor:0.1"
5353
implementation group: 'org.jfree', name: 'org.jfree.svg', version: '5.0.6'
5454
testImplementation group: 'junit', name: 'junit', version: '4.13.2'
55-
testImplementation group: 'org.mockito', name: 'mockito-core', version: '5.13.0'
55+
testImplementation group: 'org.mockito', name: 'mockito-core', version: '5.14.1'
5656
}
5757

5858
generateGrammarSource {

0 commit comments

Comments
 (0)