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 2023/01/31 11:29:54 UTC

[plc4x] branch develop updated: build(deps): bump mockito.version from 5.1.0 to 5.1.1 (#775)

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 b32e9f43a1 build(deps): bump mockito.version from 5.1.0 to 5.1.1 (#775)
b32e9f43a1 is described below

commit b32e9f43a13b5324c59fffe053540694dabdd7b0
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Tue Jan 31 12:29:47 2023 +0100

    build(deps): bump mockito.version from 5.1.0 to 5.1.1 (#775)
    
    Bumps `mockito.version` from 5.1.0 to 5.1.1.
    
    Updates `mockito-core` from 5.1.0 to 5.1.1
    - [Release notes](https://github.com/mockito/mockito/releases)
    - [Commits](https://github.com/mockito/mockito/compare/v5.1.0...v5.1.1)
    
    Updates `mockito-junit-jupiter` from 5.1.0 to 5.1.1
    - [Release notes](https://github.com/mockito/mockito/releases)
    - [Commits](https://github.com/mockito/mockito/compare/v5.1.0...v5.1.1)
    
    ---
    updated-dependencies:
    - dependency-name: org.mockito:mockito-core
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: org.mockito:mockito-junit-jupiter
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    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 b24680cb7d..cb1e177863 100644
--- a/pom.xml
+++ b/pom.xml
@@ -150,7 +150,7 @@
     <!-- version 0.6.7 is newer, however the ExampleServer doesn't seem to run with that -->
     <!-- version 0.6.8 is being released, however the milo-examples artifact is not available yet -->
     <milo.version>0.6.8</milo.version>
-    <mockito.version>5.1.0</mockito.version>
+    <mockito.version>5.1.1</mockito.version>
     <netty.version>4.1.87.Final</netty.version>
     <pcap4j.version>1.8.2</pcap4j.version>
     <slf4j.version>2.0.6</slf4j.version>