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 2021/09/02 14:17:37 UTC

[plc4x] branch develop updated: build(deps): bump junit.jupiter.version from 5.7.0 to 5.7.2 (#251)

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 529cbe8  build(deps): bump junit.jupiter.version from 5.7.0 to 5.7.2 (#251)
529cbe8 is described below

commit 529cbe89b9371b2fcb1f981b0a51b04f9a5c6e49
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Thu Sep 2 16:17:24 2021 +0200

    build(deps): bump junit.jupiter.version from 5.7.0 to 5.7.2 (#251)
    
    Bumps `junit.jupiter.version` from 5.7.0 to 5.7.2.
    
    Updates `junit-jupiter` from 5.7.0 to 5.7.2
    - [Release notes](https://github.com/junit-team/junit5/releases)
    - [Commits](https://github.com/junit-team/junit5/compare/r5.7.0...r5.7.2)
    
    Updates `junit-jupiter-api` from 5.7.0 to 5.7.2
    - [Release notes](https://github.com/junit-team/junit5/releases)
    - [Commits](https://github.com/junit-team/junit5/compare/r5.7.0...r5.7.2)
    
    Updates `junit-jupiter-engine` from 5.7.0 to 5.7.2
    - [Release notes](https://github.com/junit-team/junit5/releases)
    - [Commits](https://github.com/junit-team/junit5/compare/r5.7.0...r5.7.2)
    
    Updates `junit-jupiter-params` from 5.7.0 to 5.7.2
    - [Release notes](https://github.com/junit-team/junit5/releases)
    - [Commits](https://github.com/junit-team/junit5/compare/r5.7.0...r5.7.2)
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
    Co-authored-by: cdutz <ch...@c-ware.de>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 2e84dde..52d9bb7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -147,7 +147,7 @@
     <jna.version>5.8.0</jna.version>
     <joda-time.version>2.10.10</joda-time.version>
     <jserialcom.version>2.7.0</jserialcom.version>
-    <junit.jupiter.version>5.7.0</junit.jupiter.version>
+    <junit.jupiter.version>5.7.2</junit.jupiter.version>
     <junit.platform.version>1.7.0</junit.platform.version>
     <log4j.version>2.14.1</log4j.version>
     <logback.version>1.2.3</logback.version>