Skip to content

Commit ddfe25e

Browse files
build(deps): bump org.mockito:mockito-core from 5.14.1 to 5.15.2
Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 5.14.1 to 5.15.2. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](mockito/mockito@v5.14.1...v5.15.2) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7d1c393 commit ddfe25e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

+1-1
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.14.1'
55+
testImplementation group: 'org.mockito', name: 'mockito-core', version: '5.15.2'
5656
}
5757

5858
generateGrammarSource {

0 commit comments

Comments
 (0)