浏览代码

Bump org.mockito:mockito-core from 5.6.0 to 5.7.0 (#122)

Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 5.6.0 to 5.7.0.
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v5.6.0...v5.7.0)

---
updated-dependencies:
- dependency-name: org.mockito:mockito-core
  dependency-type: direct:development
  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] 1 年之前
父节点
当前提交
edeb4fc666
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      pom.xml

+ 1 - 1
pom.xml

@@ -49,7 +49,7 @@
         <commons-io-version>2.15.0</commons-io-version>
         <junit-version>5.10.1</junit-version>
         <pdfbox-version>3.0.0</pdfbox-version>
-        <mockito-version>5.6.0</mockito-version>
+        <mockito-version>5.7.0</mockito-version>
         <hamcrest-version>1.3</hamcrest-version>
 
         <!-- Maven plugins -->