|
18 | 18 | <!-- needed because org.eclipse.jdt.feature.group includes it, but it should include org.hamcrest (direct-from-maven) instead --> |
19 | 19 | <unit id="org.junit" version="4.13.2.v20240929-1000"/> |
20 | 20 |
|
21 | | - <unit id="org.apache.lucene.core" version="10.2.2.v20250621-0700"/> |
22 | | - <unit id="org.apache.lucene.analysis-smartcn" version="10.2.2.v20250621-0700"/> |
23 | | - <unit id="org.apache.lucene.analysis-common" version="10.2.2.v20250621-0700"/> |
| 21 | + <unit id="org.apache.lucene.core" version="10.3.0.v20250914-0700"/> |
| 22 | + <unit id="org.apache.lucene.analysis-smartcn" version="10.3.0.v20250914-0700"/> |
| 23 | + <unit id="org.apache.lucene.analysis-common" version="10.3.0.v20250914-0700"/> |
24 | 24 |
|
25 | 25 | <!-- This version contains with notarized *.jnilib --> |
26 | 26 | <unit id="com.sun.jna" version="5.17.0.v20250316-1700"/> |
|
31 | 31 | <!-- ECF --> |
32 | 32 | <unit id="org.apache.httpcomponents.client5.httpclient5" version="5.5.0.v20250522-2300"/> |
33 | 33 | <unit id="org.apache.httpcomponents.client5.httpclient5-win" version="5.2.3.v20231203-1619"/> |
34 | | - <unit id="org.apache.httpcomponents.core5.httpcore5" version="5.3.4.v20250320-1400"/> |
35 | | - <unit id="org.apache.httpcomponents.core5.httpcore5-h2" version="5.3.4.v20250320-1400"/> |
| 34 | + <unit id="org.apache.httpcomponents.core5.httpcore5" version="5.3.5.v20250829-1600"/> |
| 35 | + <unit id="org.apache.httpcomponents.core5.httpcore5-h2" version="5.3.5.v20250829-1600"/> |
36 | 36 |
|
37 | 37 | <!-- This is the "normal" Orbit repository is expected to be updated on milestones and releases based on Orbit deliveries. --> |
38 | | - <repository location="https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/release/4.37.0"/> |
| 38 | + <repository location="https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202509170715"/> |
39 | 39 | </location> |
40 | 40 |
|
41 | 41 | <location includeAllPlatforms="true" includeConfigurePhase="false" includeMode="slicer" includeSource="true" type="InstallableUnit"> |
|
888 | 888 | <dependencies> |
889 | 889 | <dependency> |
890 | 890 | <groupId>org.commonmark</groupId> |
891 | | - <artifactId>commonmark</artifactId> |
| 891 | + <artifactId>commonmark-ext-gfm-tables</artifactId> |
892 | 892 | <version>0.26.0</version> |
893 | 893 | <type>jar</type> |
894 | 894 | </dependency> |
895 | 895 | <dependency> |
896 | 896 | <groupId>org.commonmark</groupId> |
897 | | - <artifactId>commonmark-ext-gfm-tables</artifactId> |
| 897 | + <artifactId>commonmark</artifactId> |
898 | 898 | <version>0.26.0</version> |
899 | 899 | <type>jar</type> |
900 | 900 | </dependency> |
|
0 commit comments