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/07/02 19:57:28 UTC

[jena] branch main updated: Bump mockito-core from 4.6.0 to 4.6.1

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 d1a93aa73e Bump mockito-core from 4.6.0 to 4.6.1
d1a93aa73e is described below

commit d1a93aa73e02b9ee5455f4c1584576dbd9ec7b2e
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Fri Jul 1 00:04:15 2022 +0000

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

diff --git a/pom.xml b/pom.xml
index 8e6bcb428e..aa4dd73a37 100644
--- a/pom.xml
+++ b/pom.xml
@@ -58,7 +58,7 @@
 
     <!-- Testing -->
     <ver.junit>4.13.2</ver.junit>  
-    <ver.mockito>4.6.0</ver.mockito>
+    <ver.mockito>4.6.1</ver.mockito>
     <ver.awaitility>4.2.0</ver.awaitility>
     <ver.contract.tests>0.2.0</ver.contract.tests>