Skip to content

Commit 3dba1a9

Browse files
committed
Target platform update
- Update to orbit milestone S202503161736 for com.sun.jna 5.17.0 and update jna-platform to 5.17.0. - Update mockito-core to 5.16.1. - Update jupiter to 5.12.1 and junit 1.12.1.
1 parent 6a2590e commit 3dba1a9

File tree

1 file changed

+14
-13
lines changed

1 file changed

+14
-13
lines changed

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

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<unit id="org.apache.lucene.analysis-common" version="10.1.0.v20241221-1000"/>
2424

2525
<!-- This version contains with notarized *.jnilib -->
26-
<unit id="com.sun.jna" version="5.16.0.v20241222-1200"/>
26+
<unit id="com.sun.jna" version="5.17.0.v20250316-1700"/>
2727

2828
<!-- Batik dependencies -->
2929
<unit id="org.eclipse.orbit.xml-apis-ext" version="1.0.0.v20240917-0534"/>
@@ -33,7 +33,7 @@
3333
<unit id="org.commonmark-gfm-tables" version="0.24.0.v20241021-1700"/>
3434

3535
<!-- This is the "normal" Orbit repository is expected to be updated on milestones and releases based on Orbit deliveries. -->
36-
<repository location="https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/release/4.35.0"/>
36+
<repository location="https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202503161736"/>
3737
</location>
3838

3939
<location includeAllPlatforms="true" includeConfigurePhase="false" includeMode="slicer" includeSource="true" type="InstallableUnit">
@@ -122,7 +122,7 @@
122122
<dependency>
123123
<groupId>net.java.dev.jna</groupId>
124124
<artifactId>jna-platform</artifactId>
125-
<version>5.16.0</version>
125+
<version>5.17.0</version>
126126
<type>jar</type>
127127
</dependency>
128128
<dependency>
@@ -566,43 +566,44 @@
566566
<type>jar</type>
567567
</dependency>
568568
<dependency>
569-
<groupId>biz.aQute.bnd</groupId>
570-
<artifactId>biz.aQute.bnd.embedded-repo</artifactId>
571-
<version>7.1.0</version>
569+
<groupId>biz.aQute.bnd</groupId>
570+
<artifactId>biz.aQute.bnd.embedded-repo</artifactId>
571+
<version>7.1.0</version>
572+
<type>jar</type>
572573
</dependency>
573574
<dependency>
574575
<groupId>biz.aQute.bnd</groupId>
575-
<artifactId>biz.aQute.tester.junit-platform</artifactId>
576+
<artifactId>biz.aQute.bnd.util</artifactId>
576577
<version>7.1.0</version>
577578
<type>jar</type>
578579
</dependency>
579580
<dependency>
580581
<groupId>biz.aQute.bnd</groupId>
581-
<artifactId>biz.aQute.tester</artifactId>
582+
<artifactId>biz.aQute.bndlib</artifactId>
582583
<version>7.1.0</version>
583584
<type>jar</type>
584-
</dependency>>
585+
</dependency>
585586
<dependency>
586587
<groupId>biz.aQute.bnd</groupId>
587-
<artifactId>biz.aQute.bnd.util</artifactId>
588+
<artifactId>biz.aQute.repository</artifactId>
588589
<version>7.1.0</version>
589590
<type>jar</type>
590591
</dependency>
591592
<dependency>
592593
<groupId>biz.aQute.bnd</groupId>
593-
<artifactId>biz.aQute.bndlib</artifactId>
594+
<artifactId>biz.aQute.resolve</artifactId>
594595
<version>7.1.0</version>
595596
<type>jar</type>
596597
</dependency>
597598
<dependency>
598599
<groupId>biz.aQute.bnd</groupId>
599-
<artifactId>biz.aQute.repository</artifactId>
600+
<artifactId>biz.aQute.tester.junit-platform</artifactId>
600601
<version>7.1.0</version>
601602
<type>jar</type>
602603
</dependency>
603604
<dependency>
604605
<groupId>biz.aQute.bnd</groupId>
605-
<artifactId>biz.aQute.resolve</artifactId>
606+
<artifactId>biz.aQute.tester</artifactId>
606607
<version>7.1.0</version>
607608
<type>jar</type>
608609
</dependency>

0 commit comments

Comments
 (0)