This is an automated email from the ASF dual-hosted git repository.
lidavidm pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-java.git
The following commit(s) were added to refs/heads/main by this push:
new 16406d31 MINOR: Bump org.mockito:mockito-junit-jupiter from 5.14.2 to
5.15.2 (#508)
16406d31 is described below
commit 16406d31ec36d7e7edeb660985b5b2e1e9e9e4b0
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Jan 14 00:50:12 2025 -0500
MINOR: Bump org.mockito:mockito-junit-jupiter from 5.14.2 to 5.15.2 (#508)
Bumps
[org.mockito:mockito-junit-jupiter](https://github.com/mockito/mockito)
from 5.14.2 to 5.15.2.
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 1d71bb95..8660ff39 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.14.2</version>
+ <version>5.15.2</version>
<scope>test</scope>
</dependency>
<dependency>