Skip to content

Commit 28d8425

Browse files
build(deps): bump org.mockito:mockito-core from 5.15.2 to 5.16.1
Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 5.15.2 to 5.16.1. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](mockito/mockito@v5.15.2...v5.16.1) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 46bc9a5 commit 28d8425

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

5858
generateGrammarSource {

0 commit comments

Comments
 (0)