Skip to content

Commit f224b45

Browse files
Bump org.mockito:mockito-junit-jupiter from 5.15.2 to 5.16.0 (#132)
Bumps [org.mockito:mockito-junit-jupiter](https://github.com/mockito/mockito) from 5.15.2 to 5.16.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](mockito/mockito@v5.15.2...v5.16.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-junit-jupiter dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 96e956a commit f224b45

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
@@ -60,7 +60,7 @@ dependencies {
6060

6161
implementation "org.slf4j:slf4j-api"
6262
testImplementation 'org.junit.jupiter:junit-jupiter:5.12.0'
63-
testImplementation 'org.mockito:mockito-junit-jupiter:5.15.2'
63+
testImplementation 'org.mockito:mockito-junit-jupiter:5.16.0'
6464
testRuntimeOnly('org.junit.platform:junit-platform-launcher') {
6565
because 'This artifact will not be added automatically since gradle 9.0. You can read more information here:' +
6666
'https://docs.gradle.org/8.3/userguide/upgrading_version_8.html#test_framework_implementation_dependencies'

0 commit comments

Comments
 (0)