Skip to content

Commit 1cd5017

Browse files
committed
Update junit 6.0.3 to junit 6.1.0
1 parent 0db2223 commit 1cd5017

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

eclipse.platform.releng.prereqs.sdk/eclipse-sdk-prereqs.target

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -800,61 +800,61 @@
800800
<dependency>
801801
<groupId>org.junit.jupiter</groupId>
802802
<artifactId>junit-jupiter-api</artifactId>
803-
<version>6.0.3</version>
803+
<version>6.1.0</version>
804804
<type>jar</type>
805805
</dependency>
806806
<dependency>
807807
<groupId>org.junit.jupiter</groupId>
808808
<artifactId>junit-jupiter-engine</artifactId>
809-
<version>6.0.3</version>
809+
<version>6.1.0</version>
810810
<type>jar</type>
811811
</dependency>
812812
<dependency>
813813
<groupId>org.junit.jupiter</groupId>
814814
<artifactId>junit-jupiter-migrationsupport</artifactId>
815-
<version>6.0.3</version>
815+
<version>6.1.0</version>
816816
<type>jar</type>
817817
</dependency>
818818
<dependency>
819819
<groupId>org.junit.jupiter</groupId>
820820
<artifactId>junit-jupiter-params</artifactId>
821-
<version>6.0.3</version>
821+
<version>6.1.0</version>
822822
<type>jar</type>
823823
</dependency>
824824
<dependency>
825825
<groupId>org.junit.platform</groupId>
826826
<artifactId>junit-platform-commons</artifactId>
827-
<version>6.0.3</version>
827+
<version>6.1.0</version>
828828
<type>jar</type>
829829
</dependency>
830830
<dependency>
831831
<groupId>org.junit.platform</groupId>
832832
<artifactId>junit-platform-engine</artifactId>
833-
<version>6.0.3</version>
833+
<version>6.1.0</version>
834834
<type>jar</type>
835835
</dependency>
836836
<dependency>
837837
<groupId>org.junit.platform</groupId>
838838
<artifactId>junit-platform-launcher</artifactId>
839-
<version>6.0.3</version>
839+
<version>6.1.0</version>
840840
<type>jar</type>
841841
</dependency>
842842
<dependency>
843843
<groupId>org.junit.platform</groupId>
844844
<artifactId>junit-platform-suite-api</artifactId>
845-
<version>6.0.3</version>
845+
<version>6.1.0</version>
846846
<type>jar</type>
847847
</dependency>
848848
<dependency>
849849
<groupId>org.junit.platform</groupId>
850850
<artifactId>junit-platform-suite-engine</artifactId>
851-
<version>6.0.3</version>
851+
<version>6.1.0</version>
852852
<type>jar</type>
853853
</dependency>
854854
<dependency>
855855
<groupId>org.junit.vintage</groupId>
856856
<artifactId>junit-vintage-engine</artifactId>
857-
<version>6.0.3</version>
857+
<version>6.1.0</version>
858858
<type>jar</type>
859859
</dependency>
860860
</dependencies>

0 commit comments

Comments
 (0)