You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hc.apache.org by ol...@apache.org on 2022/09/28 20:07:40 UTC

[httpcomponents-client] 03/05: Bump mockito-core from 4.0.0 to 4.8.0

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

olegk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/httpcomponents-client.git

commit 3e0d4c901ef4c228655189d1f605d063be03e850
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Wed Sep 28 04:36:12 2022 +0000

    Bump mockito-core from 4.0.0 to 4.8.0
    
    Bumps [mockito-core](https://github.com/mockito/mockito) from 4.0.0 to 4.8.0.
    - [Release notes](https://github.com/mockito/mockito/releases)
    - [Commits](https://github.com/mockito/mockito/compare/v4.0.0...v4.8.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>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 00f16708c..ef2637069 100644
--- a/pom.xml
+++ b/pom.xml
@@ -71,7 +71,7 @@
     <slf4j.version>1.7.36</slf4j.version>
     <junit.version>5.9.1</junit.version>
     <hamcrest.version>2.2</hamcrest.version>
-    <mockito.version>4.0.0</mockito.version>
+    <mockito.version>4.8.0</mockito.version>
     <jna.version>5.12.1</jna.version>
     <hc.stylecheck.version>1</hc.stylecheck.version>
     <rxjava.version>2.2.21</rxjava.version>