Ver Fonte

Bump org.mockito:mockito-junit-jupiter from 5.11.0 to 5.12.0 (#6159)

Bumps [org.mockito:mockito-junit-jupiter](https://github.com/mockito/mockito) from 5.11.0 to 5.12.0.
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v5.11.0...v5.12.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] há 1 ano atrás
pai
commit
fd5eedddec
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      build.gradle

+ 1 - 1
build.gradle

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