You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@plc4x.apache.org by cd...@apache.org on 2021/09/02 16:06:13 UTC

[plc4x] branch develop updated: fix: Updated junit.platform.version to match the updated jupiter version

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

cdutz 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 d767dc9  fix: Updated junit.platform.version to match the updated jupiter version
d767dc9 is described below

commit d767dc9b9160ecdfc500be382415d05957af3f48
Author: cdutz <ch...@c-ware.de>
AuthorDate: Thu Sep 2 18:06:04 2021 +0200

    fix: Updated junit.platform.version to match the updated jupiter version
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 52d9bb7..88bd1bf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -148,7 +148,7 @@
     <joda-time.version>2.10.10</joda-time.version>
     <jserialcom.version>2.7.0</jserialcom.version>
     <junit.jupiter.version>5.7.2</junit.jupiter.version>
-    <junit.platform.version>1.7.0</junit.platform.version>
+    <junit.platform.version>1.7.2</junit.platform.version>
     <log4j.version>2.14.1</log4j.version>
     <logback.version>1.2.3</logback.version>
     <milo.version>0.6.3</milo.version>