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 19:58:30 UTC

[httpcomponents-core] 06/09: Bump mockito-core from 4.7.0 to 4.8.0 (#366)

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-core.git

commit 716aed2937444fadb70c99e72b87db4261eed768
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Wed Sep 28 12:55:01 2022 -0400

    Bump mockito-core from 4.7.0 to 4.8.0 (#366)
    
    Bumps [mockito-core](https://github.com/mockito/mockito) from 4.7.0 to 4.8.0.
    - [Release notes](https://github.com/mockito/mockito/releases)
    - [Commits](https://github.com/mockito/mockito/compare/v4.7.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>
    
    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 84ce24765..2ba9e5fcb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -75,7 +75,7 @@
     <junit.version>5.9.1</junit.version>
     <hamcrest.version>2.2</hamcrest.version>
     <junit.migrationsupport.version>5.0.0</junit.migrationsupport.version>
-    <mockito.version>4.7.0</mockito.version>
+    <mockito.version>4.8.0</mockito.version>
     <slf4j.version>1.7.36</slf4j.version>
     <log4j.version>2.17.2</log4j.version>
     <rxjava.version>2.2.21</rxjava.version>