You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by an...@apache.org on 2022/06/01 08:27:34 UTC

[jena] branch main updated: Bump mockito-core from 4.4.0 to 4.6.0 (#1353)

This is an automated email from the ASF dual-hosted git repository.

andy pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/jena.git


The following commit(s) were added to refs/heads/main by this push:
     new 796fcb239c Bump mockito-core from 4.4.0 to 4.6.0 (#1353)
796fcb239c is described below

commit 796fcb239c37fc6087c2e8d47c298f7a8215d563
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Wed Jun 1 09:27:30 2022 +0100

    Bump mockito-core from 4.4.0 to 4.6.0 (#1353)
    
    Bumps [mockito-core](https://github.com/mockito/mockito) from 4.4.0 to 4.6.0.
    - [Release notes](https://github.com/mockito/mockito/releases)
    - [Commits](https://github.com/mockito/mockito/compare/v4.4.0...v4.6.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.mockito:mockito-core
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 37d81effe6..05e136e2d0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -58,7 +58,7 @@
 
     <!-- Testing -->
     <ver.junit>4.13.2</ver.junit>  
-    <ver.mockito>4.4.0</ver.mockito>
+    <ver.mockito>4.6.0</ver.mockito>
     <ver.awaitility>4.2.0</ver.awaitility>
     <ver.contract.tests>0.2.0</ver.contract.tests>