This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a commit to branch
dependabot/maven/org.mockito-mockito-junit-jupiter-5.16.0
in repository https://gitbox.apache.org/repos/asf/arrow-java.git
commit 11a32dbd9c2cce81cc4ffd5e2e603eabf0911c06
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Mar 10 13:51:50 2025 +0000
MINOR: Bump org.mockito:mockito-junit-jupiter from 5.15.2 to 5.16.0
Bumps
[org.mockito:mockito-junit-jupiter](https://github.com/mockito/mockito) from
5.15.2 to 5.16.0.
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v5.15.2...v5.16.0)
---
updated-dependencies:
- dependency-name: org.mockito:mockito-junit-jupiter
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index c5690087..91c3db83 100644
--- a/pom.xml
+++ b/pom.xml
@@ -278,7 +278,7 @@ under the License.
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-junit-jupiter</artifactId>
- <version>5.15.2</version>
+ <version>5.16.0</version>
<scope>test</scope>
</dependency>
<dependency>