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

[plc4x] branch develop updated: build(deps): bump mockito.version from 4.5.1 to 4.6.1 (#399)

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

sruehl pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/plc4x.git


The following commit(s) were added to refs/heads/develop by this push:
     new 44be1f747 build(deps): bump mockito.version from 4.5.1 to 4.6.1 (#399)
44be1f747 is described below

commit 44be1f7479f47ccfa6a009e2cc8e845b49d9ffac
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Jun 27 13:08:40 2022 +0200

    build(deps): bump mockito.version from 4.5.1 to 4.6.1 (#399)
    
    Bumps `mockito.version` from 4.5.1 to 4.6.1.
    
    Updates `mockito-core` from 4.5.1 to 4.6.1
    - [Release notes](https://github.com/mockito/mockito/releases)
    - [Commits](https://github.com/mockito/mockito/compare/v4.5.1...v4.6.1)
    
    Updates `mockito-junit-jupiter` from 4.5.1 to 4.6.1
    - [Release notes](https://github.com/mockito/mockito/releases)
    - [Commits](https://github.com/mockito/mockito/compare/v4.5.1...v4.6.1)
    
    ---
    updated-dependencies:
    - dependency-name: org.mockito:mockito-core
      dependency-type: direct:production
      update-type: version-update:semver-minor
    - dependency-name: org.mockito:mockito-junit-jupiter
      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 52d754196..837a2eaff 100644
--- a/pom.xml
+++ b/pom.xml
@@ -153,7 +153,7 @@
     <maven.clean.plugin.version>3.2.0</maven.clean.plugin.version>
     <milo.version>0.6.6</milo.version>
     <milo.version>0.6.6</milo.version>
-    <mockito.version>4.5.1</mockito.version>
+    <mockito.version>4.6.1</mockito.version>
     <netty.version>4.1.77.Final</netty.version>
     <owasp-dependency-check.version>7.1.1</owasp-dependency-check.version>
     <pcap4j.version>1.8.2</pcap4j.version>