Hello community,

here is the log from the commit of package junit5 for openSUSE:Factory checked 
in at 2019-11-15 22:38:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/junit5 (Old)
 and      /work/SRC/openSUSE:Factory/.junit5.new.26869 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "junit5"

Fri Nov 15 22:38:18 2019 rev:2 rq:748844 version:5.5.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/junit5/junit5.changes    2019-06-19 
20:55:07.101811819 +0200
+++ /work/SRC/openSUSE:Factory/.junit5.new.26869/junit5.changes 2019-11-15 
22:38:33.900186305 +0100
@@ -1,0 +2,7 @@
+Fri Nov  8 08:55:55 UTC 2019 - Fridrich Strba <fst...@suse.com>
+
+- Upgrade to junit5 5.5.2
+- Distribute also the manifest-only junit-jupiter artifact
+- Build the console by default, since picocli package exists now
+
+-------------------------------------------------------------------

Old:
----
  junit-jupiter-api-5.4.0.pom
  junit-jupiter-engine-5.4.0.pom
  junit-jupiter-migrationsupport-5.4.0.pom
  junit-jupiter-params-5.4.0.pom
  junit-platform-commons-1.4.0.pom
  junit-platform-console-1.4.0.pom
  junit-platform-console-standalone-1.4.0.pom
  junit-platform-engine-1.4.0.pom
  junit-platform-launcher-1.4.0.pom
  junit-platform-reporting-1.4.0.pom
  junit-platform-runner-1.4.0.pom
  junit-platform-suite-api-1.4.0.pom
  junit-vintage-engine-5.4.0.pom
  junit5-5.4.0.tar.gz

New:
----
  junit-jupiter-5.5.2.pom
  junit-jupiter-api-5.5.2.pom
  junit-jupiter-engine-5.5.2.pom
  junit-jupiter-migrationsupport-5.5.2.pom
  junit-jupiter-params-5.5.2.pom
  junit-platform-commons-1.5.2.pom
  junit-platform-console-1.5.2.pom
  junit-platform-console-standalone-1.5.2.pom
  junit-platform-engine-1.5.2.pom
  junit-platform-launcher-1.5.2.pom
  junit-platform-reporting-1.5.2.pom
  junit-platform-runner-1.5.2.pom
  junit-platform-suite-api-1.5.2.pom
  junit-vintage-engine-5.5.2.pom
  junit5-5.5.2.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ junit5.spec ++++++
--- /var/tmp/diff_new_pack.FUEBmP/_old  2019-11-15 22:38:35.652191984 +0100
+++ /var/tmp/diff_new_pack.FUEBmP/_new  2019-11-15 22:38:35.656191997 +0100
@@ -16,19 +16,17 @@
 #
 
 
-%global platform_version 1.4.0
+%global platform_version 1.5.2
 %global jupiter_version %{version}
 %global vintage_version %{version}
-# Build with or without the console modules
-# Disabled by default due to missing dep: info.picocli:picocli
-%bcond_with console
+%bcond_without console
 Name:           junit5
-Version:        5.4.0
+Version:        5.5.2
 Release:        0
 Summary:        Java regression testing framework
 License:        EPL-2.0
 Group:          Development/Libraries/Java
-URL:            http://junit.org/junit5/
+URL:            https://junit.org/junit5/
 Source0:        
https://github.com/junit-team/junit5/archive/r%{version}/junit5-%{version}.tar.gz
 # Aggregator POM (used for packaging only)
 Source100:      aggregator.pom
@@ -46,6 +44,7 @@
 Source302:      
https://repo1.maven.org/maven2/org/junit/jupiter/junit-jupiter-engine/%{jupiter_version}/junit-jupiter-engine-%{jupiter_version}.pom
 Source303:      
https://repo1.maven.org/maven2/org/junit/jupiter/junit-jupiter-migrationsupport/%{jupiter_version}/junit-jupiter-migrationsupport-%{jupiter_version}.pom
 Source304:      
https://repo1.maven.org/maven2/org/junit/jupiter/junit-jupiter-params/%{jupiter_version}/junit-jupiter-params-%{jupiter_version}.pom
+Source305:      
https://repo1.maven.org/maven2/org/junit/jupiter/junit-jupiter/%{jupiter_version}/junit-jupiter-%{jupiter_version}.pom
 # Vintage POM
 Source400:      
https://repo1.maven.org/maven2/org/junit/vintage/junit-vintage-engine/%{vintage_version}/junit-vintage-engine-%{vintage_version}.pom
 BuildRequires:  asciidoc
@@ -59,8 +58,6 @@
 BuildArch:      noarch
 %if %{with console}
 BuildRequires:  mvn(info.picocli:picocli)
-%endif
-%if %{with console}
 # Explicit requires for javapackages-tools since junit5 script
 # uses /usr/share/java-utils/java-functions
 Requires:       javapackages-tools
@@ -101,6 +98,7 @@
 cp -p %{SOURCE302} junit-jupiter-engine/pom.xml
 cp -p %{SOURCE303} junit-jupiter-migrationsupport/pom.xml
 cp -p %{SOURCE304} junit-jupiter-params/pom.xml
+cp -p %{SOURCE305} junit-jupiter/pom.xml
 cp -p %{SOURCE400} junit-vintage-engine/pom.xml
 
 for pom in $(find -mindepth 2 -name pom.xml); do
@@ -114,7 +112,7 @@
 done
 
 # Add deps which are shaded by upstream and therefore not present in POMs.
-%pom_add_dep net.sf.jopt-simple:jopt-simple:5.0.4 junit-platform-console
+%pom_add_dep info.picocli:picocli:4.0.4 junit-platform-console
 %pom_add_dep com.univocity:univocity-parsers:2.5.4 junit-jupiter-params
 
 # Incorrect scope - Junit4 is needed for compilation too, not only runtime.
@@ -133,7 +131,7 @@
 
 # Build docs.  Ignore exit asciidoc -- it fails for some reason, but
 # still produces readable docs.
-asciidoc documentation/src/docs/asciidoc/user-guide/index.adoc || :
+asciidoc documentation/src/docs/asciidoc/index.adoc || :
 ln -s ../../javadoc/junit5 documentation/src/docs/api
 
 %install

++++++ aggregator.pom ++++++
--- /var/tmp/diff_new_pack.FUEBmP/_old  2019-11-15 22:38:35.680192074 +0100
+++ /var/tmp/diff_new_pack.FUEBmP/_new  2019-11-15 22:38:35.680192074 +0100
@@ -17,6 +17,7 @@
     <module>junit-jupiter-engine</module>
     <module>junit-jupiter-migrationsupport</module>
     <module>junit-jupiter-params</module>
+    <module>junit-jupiter</module>
     <module>junit-vintage-engine</module>
   </modules>
   <build>

++++++ junit-jupiter-api-5.4.0.pom -> junit-jupiter-5.5.2.pom ++++++
--- /work/SRC/openSUSE:Factory/junit5/junit-jupiter-api-5.4.0.pom       
2019-06-19 20:55:05.969810833 +0200
+++ /work/SRC/openSUSE:Factory/.junit5.new.26869/junit-jupiter-5.5.2.pom        
2019-11-15 22:38:29.092170720 +0100
@@ -3,15 +3,15 @@
     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.junit.jupiter</groupId>
-  <artifactId>junit-jupiter-api</artifactId>
-  <version>5.4.0</version>
-  <name>JUnit Jupiter API</name>
-  <description>Module "junit-jupiter-api" of JUnit 5.</description>
+  <artifactId>junit-jupiter</artifactId>
+  <version>5.5.2</version>
+  <name>JUnit Jupiter (Aggregator)</name>
+  <description>Module "junit-jupiter" of JUnit 5.</description>
   <url>https://junit.org/junit5/</url>
   <licenses>
     <license>
       <name>Eclipse Public License v2.0</name>
-      <url>http://www.eclipse.org/legal/epl-v20.html</url>
+      <url>https://www.eclipse.org/legal/epl-v20.html</url>
     </license>
   </licenses>
   <developers>
@@ -53,22 +53,22 @@
   </scm>
   <dependencies>
     <dependency>
-      <groupId>org.apiguardian</groupId>
-      <artifactId>apiguardian-api</artifactId>
-      <version>1.0.0</version>
+      <groupId>org.junit.jupiter</groupId>
+      <artifactId>junit-jupiter-api</artifactId>
+      <version>5.5.2</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
-      <groupId>org.opentest4j</groupId>
-      <artifactId>opentest4j</artifactId>
-      <version>1.1.1</version>
+      <groupId>org.junit.jupiter</groupId>
+      <artifactId>junit-jupiter-params</artifactId>
+      <version>5.5.2</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
-      <groupId>org.junit.platform</groupId>
-      <artifactId>junit-platform-commons</artifactId>
-      <version>1.4.0</version>
-      <scope>compile</scope>
+      <groupId>org.junit.jupiter</groupId>
+      <artifactId>junit-jupiter-engine</artifactId>
+      <version>5.5.2</version>
+      <scope>runtime</scope>
     </dependency>
   </dependencies>
 </project>

++++++ junit-jupiter-api-5.4.0.pom -> junit-jupiter-api-5.5.2.pom ++++++
--- /work/SRC/openSUSE:Factory/junit5/junit-jupiter-api-5.4.0.pom       
2019-06-19 20:55:05.969810833 +0200
+++ /work/SRC/openSUSE:Factory/.junit5.new.26869/junit-jupiter-api-5.5.2.pom    
2019-11-15 22:38:29.424171796 +0100
@@ -1,17 +1,16 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd"; 
xmlns="http://maven.apache.org/POM/4.0.0";
-    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>
+<project xmlns="http://maven.apache.org/POM/4.0.0"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.junit.jupiter</groupId>
   <artifactId>junit-jupiter-api</artifactId>
-  <version>5.4.0</version>
+  <version>5.5.2</version>
   <name>JUnit Jupiter API</name>
   <description>Module "junit-jupiter-api" of JUnit 5.</description>
   <url>https://junit.org/junit5/</url>
   <licenses>
     <license>
       <name>Eclipse Public License v2.0</name>
-      <url>http://www.eclipse.org/legal/epl-v20.html</url>
+      <url>https://www.eclipse.org/legal/epl-v20.html</url>
     </license>
   </licenses>
   <developers>
@@ -55,19 +54,19 @@
     <dependency>
       <groupId>org.apiguardian</groupId>
       <artifactId>apiguardian-api</artifactId>
-      <version>1.0.0</version>
+      <version>1.1.0</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>org.opentest4j</groupId>
       <artifactId>opentest4j</artifactId>
-      <version>1.1.1</version>
+      <version>1.2.0</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>org.junit.platform</groupId>
       <artifactId>junit-platform-commons</artifactId>
-      <version>1.4.0</version>
+      <version>1.5.2</version>
       <scope>compile</scope>
     </dependency>
   </dependencies>

++++++ junit-jupiter-engine-5.4.0.pom -> junit-jupiter-engine-5.5.2.pom ++++++
--- /work/SRC/openSUSE:Factory/junit5/junit-jupiter-engine-5.4.0.pom    
2019-06-19 20:55:05.985810846 +0200
+++ /work/SRC/openSUSE:Factory/.junit5.new.26869/junit-jupiter-engine-5.5.2.pom 
2019-11-15 22:38:29.676172613 +0100
@@ -1,17 +1,16 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd"; 
xmlns="http://maven.apache.org/POM/4.0.0";
-    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>
+<project xmlns="http://maven.apache.org/POM/4.0.0"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.junit.jupiter</groupId>
   <artifactId>junit-jupiter-engine</artifactId>
-  <version>5.4.0</version>
+  <version>5.5.2</version>
   <name>JUnit Jupiter Engine</name>
   <description>Module "junit-jupiter-engine" of JUnit 5.</description>
   <url>https://junit.org/junit5/</url>
   <licenses>
     <license>
       <name>Eclipse Public License v2.0</name>
-      <url>http://www.eclipse.org/legal/epl-v20.html</url>
+      <url>https://www.eclipse.org/legal/epl-v20.html</url>
     </license>
   </licenses>
   <developers>
@@ -55,19 +54,19 @@
     <dependency>
       <groupId>org.apiguardian</groupId>
       <artifactId>apiguardian-api</artifactId>
-      <version>1.0.0</version>
+      <version>1.1.0</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>org.junit.platform</groupId>
       <artifactId>junit-platform-engine</artifactId>
-      <version>1.4.0</version>
+      <version>1.5.2</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>org.junit.jupiter</groupId>
       <artifactId>junit-jupiter-api</artifactId>
-      <version>5.4.0</version>
+      <version>5.5.2</version>
       <scope>compile</scope>
     </dependency>
   </dependencies>

++++++ junit-jupiter-migrationsupport-5.4.0.pom -> 
junit-jupiter-migrationsupport-5.5.2.pom ++++++
--- /work/SRC/openSUSE:Factory/junit5/junit-jupiter-migrationsupport-5.4.0.pom  
2019-06-19 20:55:06.137810979 +0200
+++ 
/work/SRC/openSUSE:Factory/.junit5.new.26869/junit-jupiter-migrationsupport-5.5.2.pom
       2019-11-15 22:38:29.860173209 +0100
@@ -4,14 +4,14 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.junit.jupiter</groupId>
   <artifactId>junit-jupiter-migrationsupport</artifactId>
-  <version>5.4.0</version>
+  <version>5.5.2</version>
   <name>JUnit Jupiter Migration Support</name>
   <description>Module "junit-jupiter-migrationsupport" of JUnit 
5.</description>
   <url>https://junit.org/junit5/</url>
   <licenses>
     <license>
       <name>Eclipse Public License v2.0</name>
-      <url>http://www.eclipse.org/legal/epl-v20.html</url>
+      <url>https://www.eclipse.org/legal/epl-v20.html</url>
     </license>
   </licenses>
   <developers>
@@ -61,13 +61,13 @@
     <dependency>
       <groupId>org.apiguardian</groupId>
       <artifactId>apiguardian-api</artifactId>
-      <version>1.0.0</version>
+      <version>1.1.0</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>org.junit.jupiter</groupId>
       <artifactId>junit-jupiter-api</artifactId>
-      <version>5.4.0</version>
+      <version>5.5.2</version>
       <scope>compile</scope>
     </dependency>
   </dependencies>

++++++ junit-jupiter-params-5.4.0.pom -> junit-jupiter-params-5.5.2.pom ++++++
--- /work/SRC/openSUSE:Factory/junit5/junit-jupiter-params-5.4.0.pom    
2019-06-19 20:55:06.193811027 +0200
+++ /work/SRC/openSUSE:Factory/.junit5.new.26869/junit-jupiter-params-5.5.2.pom 
2019-11-15 22:38:29.896173326 +0100
@@ -1,17 +1,16 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd"; 
xmlns="http://maven.apache.org/POM/4.0.0";
-    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>
+<project xmlns="http://maven.apache.org/POM/4.0.0"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.junit.jupiter</groupId>
   <artifactId>junit-jupiter-params</artifactId>
-  <version>5.4.0</version>
+  <version>5.5.2</version>
   <name>JUnit Jupiter Params</name>
   <description>Module "junit-jupiter-params" of JUnit 5.</description>
   <url>https://junit.org/junit5/</url>
   <licenses>
     <license>
       <name>Eclipse Public License v2.0</name>
-      <url>http://www.eclipse.org/legal/epl-v20.html</url>
+      <url>https://www.eclipse.org/legal/epl-v20.html</url>
     </license>
   </licenses>
   <developers>
@@ -55,13 +54,13 @@
     <dependency>
       <groupId>org.apiguardian</groupId>
       <artifactId>apiguardian-api</artifactId>
-      <version>1.0.0</version>
+      <version>1.1.0</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>org.junit.jupiter</groupId>
       <artifactId>junit-jupiter-api</artifactId>
-      <version>5.4.0</version>
+      <version>5.5.2</version>
       <scope>compile</scope>
     </dependency>
   </dependencies>

++++++ junit-platform-commons-1.4.0.pom -> junit-platform-commons-1.5.2.pom 
++++++
--- /work/SRC/openSUSE:Factory/junit5/junit-platform-commons-1.4.0.pom  
2019-06-19 20:55:06.249811077 +0200
+++ 
/work/SRC/openSUSE:Factory/.junit5.new.26869/junit-platform-commons-1.5.2.pom   
    2019-11-15 22:38:29.924173417 +0100
@@ -4,14 +4,14 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.junit.platform</groupId>
   <artifactId>junit-platform-commons</artifactId>
-  <version>1.4.0</version>
+  <version>1.5.2</version>
   <name>JUnit Platform Commons</name>
   <description>Module "junit-platform-commons" of JUnit 5.</description>
   <url>https://junit.org/junit5/</url>
   <licenses>
     <license>
       <name>Eclipse Public License v2.0</name>
-      <url>http://www.eclipse.org/legal/epl-v20.html</url>
+      <url>https://www.eclipse.org/legal/epl-v20.html</url>
     </license>
   </licenses>
   <developers>
@@ -55,7 +55,7 @@
     <dependency>
       <groupId>org.apiguardian</groupId>
       <artifactId>apiguardian-api</artifactId>
-      <version>1.0.0</version>
+      <version>1.1.0</version>
       <scope>compile</scope>
     </dependency>
   </dependencies>

++++++ junit-platform-console-1.4.0.pom -> junit-platform-console-1.5.2.pom 
++++++
--- /work/SRC/openSUSE:Factory/junit5/junit-platform-console-1.4.0.pom  
2019-06-19 20:55:06.353811167 +0200
+++ 
/work/SRC/openSUSE:Factory/.junit5.new.26869/junit-platform-console-1.5.2.pom   
    2019-11-15 22:38:29.960173534 +0100
@@ -4,14 +4,14 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.junit.platform</groupId>
   <artifactId>junit-platform-console</artifactId>
-  <version>1.4.0</version>
+  <version>1.5.2</version>
   <name>JUnit Platform Console</name>
   <description>Module "junit-platform-console" of JUnit 5.</description>
   <url>https://junit.org/junit5/</url>
   <licenses>
     <license>
       <name>Eclipse Public License v2.0</name>
-      <url>http://www.eclipse.org/legal/epl-v20.html</url>
+      <url>https://www.eclipse.org/legal/epl-v20.html</url>
     </license>
   </licenses>
   <developers>
@@ -55,13 +55,13 @@
     <dependency>
       <groupId>org.apiguardian</groupId>
       <artifactId>apiguardian-api</artifactId>
-      <version>1.0.0</version>
+      <version>1.1.0</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>org.junit.platform</groupId>
       <artifactId>junit-platform-reporting</artifactId>
-      <version>1.4.0</version>
+      <version>1.5.2</version>
       <scope>compile</scope>
     </dependency>
   </dependencies>

++++++ junit-platform-console-standalone-1.4.0.pom -> 
junit-platform-console-standalone-1.5.2.pom ++++++
--- 
/work/SRC/openSUSE:Factory/junit5/junit-platform-console-standalone-1.4.0.pom   
    2019-06-19 20:55:06.501811296 +0200
+++ 
/work/SRC/openSUSE:Factory/.junit5.new.26869/junit-platform-console-standalone-1.5.2.pom
    2019-11-15 22:38:29.984173611 +0100
@@ -4,14 +4,14 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.junit.platform</groupId>
   <artifactId>junit-platform-console-standalone</artifactId>
-  <version>1.4.0</version>
+  <version>1.5.2</version>
   <name>JUnit Platform Console Standalone</name>
   <description>Module "junit-platform-console-standalone" of JUnit 
5.</description>
   <url>https://junit.org/junit5/</url>
   <licenses>
     <license>
       <name>Eclipse Public License v2.0</name>
-      <url>http://www.eclipse.org/legal/epl-v20.html</url>
+      <url>https://www.eclipse.org/legal/epl-v20.html</url>
     </license>
   </licenses>
   <developers>

++++++ junit-platform-engine-1.4.0.pom -> junit-platform-engine-1.5.2.pom ++++++
--- /work/SRC/openSUSE:Factory/junit5/junit-platform-engine-1.4.0.pom   
2019-06-19 20:55:06.573811359 +0200
+++ 
/work/SRC/openSUSE:Factory/.junit5.new.26869/junit-platform-engine-1.5.2.pom    
    2019-11-15 22:38:30.000173663 +0100
@@ -4,14 +4,14 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.junit.platform</groupId>
   <artifactId>junit-platform-engine</artifactId>
-  <version>1.4.0</version>
+  <version>1.5.2</version>
   <name>JUnit Platform Engine API</name>
   <description>Module "junit-platform-engine" of JUnit 5.</description>
   <url>https://junit.org/junit5/</url>
   <licenses>
     <license>
       <name>Eclipse Public License v2.0</name>
-      <url>http://www.eclipse.org/legal/epl-v20.html</url>
+      <url>https://www.eclipse.org/legal/epl-v20.html</url>
     </license>
   </licenses>
   <developers>
@@ -55,19 +55,19 @@
     <dependency>
       <groupId>org.apiguardian</groupId>
       <artifactId>apiguardian-api</artifactId>
-      <version>1.0.0</version>
+      <version>1.1.0</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>org.opentest4j</groupId>
       <artifactId>opentest4j</artifactId>
-      <version>1.1.1</version>
+      <version>1.2.0</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>org.junit.platform</groupId>
       <artifactId>junit-platform-commons</artifactId>
-      <version>1.4.0</version>
+      <version>1.5.2</version>
       <scope>compile</scope>
     </dependency>
   </dependencies>

++++++ junit-platform-launcher-1.4.0.pom -> junit-platform-launcher-1.5.2.pom 
++++++
--- /work/SRC/openSUSE:Factory/junit5/junit-platform-launcher-1.4.0.pom 
2019-06-19 20:55:06.609811390 +0200
+++ 
/work/SRC/openSUSE:Factory/.junit5.new.26869/junit-platform-launcher-1.5.2.pom  
    2019-11-15 22:38:30.112174026 +0100
@@ -4,14 +4,14 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.junit.platform</groupId>
   <artifactId>junit-platform-launcher</artifactId>
-  <version>1.4.0</version>
+  <version>1.5.2</version>
   <name>JUnit Platform Launcher</name>
   <description>Module "junit-platform-launcher" of JUnit 5.</description>
   <url>https://junit.org/junit5/</url>
   <licenses>
     <license>
       <name>Eclipse Public License v2.0</name>
-      <url>http://www.eclipse.org/legal/epl-v20.html</url>
+      <url>https://www.eclipse.org/legal/epl-v20.html</url>
     </license>
   </licenses>
   <developers>
@@ -55,13 +55,13 @@
     <dependency>
       <groupId>org.apiguardian</groupId>
       <artifactId>apiguardian-api</artifactId>
-      <version>1.0.0</version>
+      <version>1.1.0</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>org.junit.platform</groupId>
       <artifactId>junit-platform-engine</artifactId>
-      <version>1.4.0</version>
+      <version>1.5.2</version>
       <scope>compile</scope>
     </dependency>
   </dependencies>

++++++ junit-platform-reporting-1.4.0.pom -> junit-platform-reporting-1.5.2.pom 
++++++
--- /work/SRC/openSUSE:Factory/junit5/junit-platform-reporting-1.4.0.pom        
2019-06-19 20:55:06.673811446 +0200
+++ 
/work/SRC/openSUSE:Factory/.junit5.new.26869/junit-platform-reporting-1.5.2.pom 
    2019-11-15 22:38:30.528175375 +0100
@@ -4,14 +4,14 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.junit.platform</groupId>
   <artifactId>junit-platform-reporting</artifactId>
-  <version>1.4.0</version>
+  <version>1.5.2</version>
   <name>JUnit Platform Reporting</name>
   <description>Module "junit-platform-reporting" of JUnit 5.</description>
   <url>https://junit.org/junit5/</url>
   <licenses>
     <license>
       <name>Eclipse Public License v2.0</name>
-      <url>http://www.eclipse.org/legal/epl-v20.html</url>
+      <url>https://www.eclipse.org/legal/epl-v20.html</url>
     </license>
   </licenses>
   <developers>
@@ -55,13 +55,13 @@
     <dependency>
       <groupId>org.apiguardian</groupId>
       <artifactId>apiguardian-api</artifactId>
-      <version>1.0.0</version>
+      <version>1.1.0</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>org.junit.platform</groupId>
       <artifactId>junit-platform-launcher</artifactId>
-      <version>1.4.0</version>
+      <version>1.5.2</version>
       <scope>compile</scope>
     </dependency>
   </dependencies>

++++++ junit-platform-runner-1.4.0.pom -> junit-platform-runner-1.5.2.pom ++++++
--- /work/SRC/openSUSE:Factory/junit5/junit-platform-runner-1.4.0.pom   
2019-06-19 20:55:06.705811474 +0200
+++ 
/work/SRC/openSUSE:Factory/.junit5.new.26869/junit-platform-runner-1.5.2.pom    
    2019-11-15 22:38:32.504181780 +0100
@@ -4,14 +4,14 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.junit.platform</groupId>
   <artifactId>junit-platform-runner</artifactId>
-  <version>1.4.0</version>
+  <version>1.5.2</version>
   <name>JUnit Platform Runner</name>
   <description>Module "junit-platform-runner" of JUnit 5.</description>
   <url>https://junit.org/junit5/</url>
   <licenses>
     <license>
       <name>Eclipse Public License v2.0</name>
-      <url>http://www.eclipse.org/legal/epl-v20.html</url>
+      <url>https://www.eclipse.org/legal/epl-v20.html</url>
     </license>
   </licenses>
   <developers>
@@ -61,19 +61,19 @@
     <dependency>
       <groupId>org.apiguardian</groupId>
       <artifactId>apiguardian-api</artifactId>
-      <version>1.0.0</version>
+      <version>1.1.0</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>org.junit.platform</groupId>
       <artifactId>junit-platform-launcher</artifactId>
-      <version>1.4.0</version>
+      <version>1.5.2</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>org.junit.platform</groupId>
       <artifactId>junit-platform-suite-api</artifactId>
-      <version>1.4.0</version>
+      <version>1.5.2</version>
       <scope>compile</scope>
     </dependency>
   </dependencies>

++++++ junit-platform-suite-api-1.4.0.pom -> junit-platform-suite-api-1.5.2.pom 
++++++
--- /work/SRC/openSUSE:Factory/junit5/junit-platform-suite-api-1.4.0.pom        
2019-06-19 20:55:06.717811484 +0200
+++ 
/work/SRC/openSUSE:Factory/.junit5.new.26869/junit-platform-suite-api-1.5.2.pom 
    2019-11-15 22:38:33.104183725 +0100
@@ -4,14 +4,14 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.junit.platform</groupId>
   <artifactId>junit-platform-suite-api</artifactId>
-  <version>1.4.0</version>
+  <version>1.5.2</version>
   <name>JUnit Platform Suite API</name>
   <description>Module "junit-platform-suite-api" of JUnit 5.</description>
   <url>https://junit.org/junit5/</url>
   <licenses>
     <license>
       <name>Eclipse Public License v2.0</name>
-      <url>http://www.eclipse.org/legal/epl-v20.html</url>
+      <url>https://www.eclipse.org/legal/epl-v20.html</url>
     </license>
   </licenses>
   <developers>
@@ -55,7 +55,7 @@
     <dependency>
       <groupId>org.apiguardian</groupId>
       <artifactId>apiguardian-api</artifactId>
-      <version>1.0.0</version>
+      <version>1.1.0</version>
       <scope>compile</scope>
     </dependency>
   </dependencies>

++++++ junit-vintage-engine-5.4.0.pom -> junit-vintage-engine-5.5.2.pom ++++++
--- /work/SRC/openSUSE:Factory/junit5/junit-vintage-engine-5.4.0.pom    
2019-06-19 20:55:06.729811495 +0200
+++ /work/SRC/openSUSE:Factory/.junit5.new.26869/junit-vintage-engine-5.5.2.pom 
2019-11-15 22:38:33.440184814 +0100
@@ -4,14 +4,14 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.junit.vintage</groupId>
   <artifactId>junit-vintage-engine</artifactId>
-  <version>5.4.0</version>
+  <version>5.5.2</version>
   <name>JUnit Vintage Engine</name>
   <description>Module "junit-vintage-engine" of JUnit 5.</description>
   <url>https://junit.org/junit5/</url>
   <licenses>
     <license>
       <name>Eclipse Public License v2.0</name>
-      <url>http://www.eclipse.org/legal/epl-v20.html</url>
+      <url>https://www.eclipse.org/legal/epl-v20.html</url>
     </license>
   </licenses>
   <developers>
@@ -55,20 +55,20 @@
     <dependency>
       <groupId>org.apiguardian</groupId>
       <artifactId>apiguardian-api</artifactId>
-      <version>1.0.0</version>
+      <version>1.1.0</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>org.junit.platform</groupId>
       <artifactId>junit-platform-engine</artifactId>
-      <version>1.4.0</version>
+      <version>1.5.2</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
       <version>4.12</version>
-      <scope>runtime</scope>
+      <scope>compile</scope>
     </dependency>
   </dependencies>
 </project>

++++++ junit5-5.4.0.tar.gz -> junit5-5.5.2.tar.gz ++++++
++++ 39446 lines of diff (skipped)


Reply via email to