Преглед на файлове

Bump mockito-junit-jupiter from 4.2.0 to 4.6.1

Bumps [mockito-junit-jupiter](https://github.com/mockito/mockito) from 4.2.0 to 4.6.1.
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v4.2.0...v4.6.1)

---
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>
dependabot[bot] преди 3 години
родител
ревизия
b13d23742d
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      build.gradle

+ 1 - 1
build.gradle

@@ -93,7 +93,7 @@ subprojects {
     dependencies {
         testImplementation "${lib["assertj-core"]}"
         testImplementation "${lib["junit-jupiter"]}"
-        testImplementation "org.mockito:mockito-junit-jupiter:4.2.0"
+        testImplementation "org.mockito:mockito-junit-jupiter:4.6.1"
         testImplementation "${lib["lagarto"]}"
         testImplementation "${lib["logback-classic"]}"
     }