Selaa lähdekoodia

Bump mockito-core from 3.3.3 to 4.11.0 (#84)

Bumps [mockito-core](https://github.com/mockito/mockito) from 3.3.3 to 4.11.0.
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v3.3.3...v4.11.0)

---
updated-dependencies:
- dependency-name: org.mockito:mockito-core
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] 2 vuotta sitten
vanhempi
commit
64df40e39b
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      pom.xml

+ 1 - 1
pom.xml

@@ -90,7 +90,7 @@
         <dependency>
             <groupId>org.mockito</groupId>
             <artifactId>mockito-core</artifactId>
-            <version>3.3.3</version>
+            <version>4.11.0</version>
             <scope>test</scope>
         </dependency>
     </dependencies>