Skip to content

Commit 07c9f03

Browse files
eclipse-releng-botakurtakov
authored andcommitted
Update target-platform with latest version
1 parent 149ab7a commit 07c9f03

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

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

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -45,19 +45,19 @@
4545
<unit id="org.eclipse.orbit.xml-apis-ext.source" version="1.0.0.v20240917-0534"/>
4646

4747
<!-- Markdown support for JEP 467 -->
48-
<unit id="org.commonmark" version="0.23.0.v20240917-1000"/>
49-
<unit id="org.commonmark-gfm-tables" version="0.23.0.v20240917-1000"/>
48+
<unit id="org.commonmark" version="0.24.0.v20241021-1700"/>
49+
<unit id="org.commonmark-gfm-tables" version="0.24.0.v20241021-1700"/>
5050

5151
<!-- This is the "normal" Orbit repository is expected to be updated on milestones and releases based on Orbit deliveries. -->
52-
<repository location="https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202410151055"/>
52+
<repository location="https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202410211932"/>
5353
</location>
5454

5555
<location includeAllPlatforms="true" includeMode="slicer" type="InstallableUnit">
5656
<!-- Check version in "<EMF>/features" directory -->
5757
<unit id="org.eclipse.emf.common.feature.group" version="2.33.0.v20240911-1027"/>
5858
<unit id="org.eclipse.emf.common.source.feature.group" version="2.33.0.v20240911-1027"/>
59-
<unit id="org.eclipse.emf.ecore.feature.group" version="2.39.0.v20240911-1027"/>
60-
<unit id="org.eclipse.emf.ecore.source.feature.group" version="2.39.0.v20240911-1027"/>
59+
<unit id="org.eclipse.emf.ecore.feature.group" version="2.39.0.v20241018-1213"/>
60+
<unit id="org.eclipse.emf.ecore.source.feature.group" version="2.39.0.v20241018-1213"/>
6161
<!-- For org.eclipse.ui.tools, and PDE's spy dependencies as of Eclipse 4.22 -->
6262
<!-- Check version in "<EMF>/features" directory -->
6363
<unit id="org.eclipse.emf.edit.feature.group" version="2.23.0.v20240604-0832"/>
@@ -66,7 +66,7 @@
6666
<unit id="org.eclipse.emf.databinding.source.feature.group" version="1.12.0.v20240604-0832"/>
6767
<unit id="org.eclipse.emf.databinding.edit.feature.group" version="1.12.0.v20240604-0832"/>
6868
<unit id="org.eclipse.emf.databinding.edit.source.feature.group" version="1.12.0.v20240604-0832"/>
69-
<repository location="https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202410151007"/>
69+
<repository location="https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202410211141"/>
7070
</location>
7171

7272
<location includeAllPlatforms="true" includeMode="slicer" type="InstallableUnit">
@@ -686,73 +686,73 @@
686686
<dependency>
687687
<groupId>org.junit.jupiter</groupId>
688688
<artifactId>junit-jupiter-api</artifactId>
689-
<version>5.11.2</version>
689+
<version>5.11.3</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.2</version>
695+
<version>5.11.3</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.2</version>
701+
<version>5.11.3</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.2</version>
707+
<version>5.11.3</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.2</version>
713+
<version>1.11.3</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.2</version>
719+
<version>1.11.3</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.2</version>
725+
<version>1.11.3</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.2</version>
731+
<version>1.11.3</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.2</version>
737+
<version>1.11.3</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.2</version>
743+
<version>1.11.3</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.2</version>
749+
<version>1.11.3</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.2</version>
755+
<version>5.11.3</version>
756756
<type>jar</type>
757757
</dependency>
758758
<dependency>

0 commit comments

Comments
 (0)