Skip to content

Commit dcf9a5a

Browse files
committed
Update junit.jupiter 5.13.0 and junit.platform 1.13.0
Fixes: #3080
1 parent 420184c commit dcf9a5a

File tree

2 files changed

+14
-13
lines changed

2 files changed

+14
-13
lines changed

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

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -686,73 +686,73 @@
686686
<dependency>
687687
<groupId>org.junit.jupiter</groupId>
688688
<artifactId>junit-jupiter-api</artifactId>
689-
<version>5.11.3</version>
689+
<version>5.13.0</version>
690690
<type>jar</type>
691691
</dependency>
692692
<dependency>
693693
<groupId>org.junit.jupiter</groupId>
694694
<artifactId>junit-jupiter-engine</artifactId>
695-
<version>5.11.3</version>
695+
<version>5.13.0</version>
696696
<type>jar</type>
697697
</dependency>
698698
<dependency>
699699
<groupId>org.junit.jupiter</groupId>
700700
<artifactId>junit-jupiter-migrationsupport</artifactId>
701-
<version>5.11.3</version>
701+
<version>5.13.0</version>
702702
<type>jar</type>
703703
</dependency>
704704
<dependency>
705705
<groupId>org.junit.jupiter</groupId>
706706
<artifactId>junit-jupiter-params</artifactId>
707-
<version>5.11.3</version>
707+
<version>5.13.0</version>
708708
<type>jar</type>
709709
</dependency>
710710
<dependency>
711711
<groupId>org.junit.platform</groupId>
712712
<artifactId>junit-platform-commons</artifactId>
713-
<version>1.11.3</version>
713+
<version>1.13.0</version>
714714
<type>jar</type>
715715
</dependency>
716716
<dependency>
717717
<groupId>org.junit.platform</groupId>
718718
<artifactId>junit-platform-engine</artifactId>
719-
<version>1.11.3</version>
719+
<version>1.13.0</version>
720720
<type>jar</type>
721721
</dependency>
722722
<dependency>
723723
<groupId>org.junit.platform</groupId>
724724
<artifactId>junit-platform-launcher</artifactId>
725-
<version>1.11.3</version>
725+
<version>1.13.0</version>
726726
<type>jar</type>
727727
</dependency>
728728
<dependency>
729729
<groupId>org.junit.platform</groupId>
730730
<artifactId>junit-platform-runner</artifactId>
731-
<version>1.11.3</version>
731+
<version>1.13.0</version>
732732
<type>jar</type>
733733
</dependency>
734734
<dependency>
735735
<groupId>org.junit.platform</groupId>
736736
<artifactId>junit-platform-suite-api</artifactId>
737-
<version>1.11.3</version>
737+
<version>1.13.0</version>
738738
<type>jar</type>
739739
</dependency>
740740
<dependency>
741741
<groupId>org.junit.platform</groupId>
742742
<artifactId>junit-platform-suite-commons</artifactId>
743-
<version>1.11.3</version>
743+
<version>1.13.0</version>
744744
<type>jar</type>
745745
</dependency>
746746
<dependency>
747747
<groupId>org.junit.platform</groupId>
748748
<artifactId>junit-platform-suite-engine</artifactId>
749-
<version>1.11.3</version>
749+
<version>1.13.0</version>
750750
<type>jar</type>
751751
</dependency>
752752
<dependency>
753753
<groupId>org.junit.vintage</groupId>
754754
<artifactId>junit-vintage-engine</artifactId>
755-
<version>5.11.3</version>
755+
<version>5.13.0</version>
756756
<type>jar</type>
757757
</dependency>
758758
<dependency>
@@ -833,4 +833,4 @@
833833
</location>
834834
</locations>
835835
<targetJRE path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-17"/>
836-
</target>
836+
</target>

eclipse.platform.releng/features/org.eclipse.test-feature/forceQualifierUpdate.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,3 +62,4 @@ Update assertj-core to 3.26.3
6262
Update junit dependencies https://github.com/eclipse-platform/eclipse.platform.releng.aggregator/pull/2225
6363
Update bytebuddy to 1.14.19
6464
Update bytebuddy to 1.15.0
65+
Update junit.jupiter 5.13.0 and junit.platform 1.13.0

0 commit comments

Comments
 (0)