Browse Source

Bump org.mockito:mockito-junit-jupiter from 5.12.0 to 5.13.0 (#6444)

Bumps [org.mockito:mockito-junit-jupiter](https://github.com/mockito/mockito) from 5.12.0 to 5.13.0.
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v5.12.0...v5.13.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>
dependabot[bot] 8 months ago
parent
commit
864aad6132
1 changed files with 1 additions and 1 deletions
  1. 1 1
      build.gradle

+ 1 - 1
build.gradle

@@ -104,7 +104,7 @@ subprojects {
     dependencies {
     dependencies {
         testImplementation "${lib["assertj-core"]}"
         testImplementation "${lib["assertj-core"]}"
         testImplementation "${lib["junit-jupiter"]}"
         testImplementation "${lib["junit-jupiter"]}"
-        testImplementation "org.mockito:mockito-junit-jupiter:5.12.0"
+        testImplementation "org.mockito:mockito-junit-jupiter:5.13.0"
         testImplementation "${lib["lagarto"]}"
         testImplementation "${lib["lagarto"]}"
     }
     }