|
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.3.1.v20251007-0700"/> |
22 | | - <unit id="org.apache.lucene.analysis-smartcn" version="10.3.1.v20251007-0700"/> |
23 | | - <unit id="org.apache.lucene.analysis-common" version="10.3.1.v20251007-0700"/> |
| 21 | + <unit id="org.apache.lucene.core" version="10.3.1.v20251013-1000"/> |
| 22 | + <unit id="org.apache.lucene.analysis-smartcn" version="10.3.1.v20251013-1000"/> |
| 23 | + <unit id="org.apache.lucene.analysis-common" version="10.3.1.v20251013-1000"/> |
24 | 24 |
|
25 | 25 | <!-- This version contains with notarized *.jnilib --> |
26 | 26 | <unit id="com.sun.jna" version="5.18.1.v20251001-0800"/> |
|
35 | 35 | <unit id="org.apache.httpcomponents.core5.httpcore5-h2" version="5.3.6.v20250921-0900"/> |
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/milestone/S202510120919"/> |
| 38 | + <repository location="https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202510131332"/> |
39 | 39 | </location> |
40 | 40 |
|
41 | 41 | <location includeAllPlatforms="true" includeConfigurePhase="false" includeMode="slicer" includeSource="true" type="InstallableUnit"> |
|
954 | 954 | <dependency> |
955 | 955 | <groupId>org.commonmark</groupId> |
956 | 956 | <artifactId>commonmark-ext-gfm-tables</artifactId> |
957 | | - <version>0.26.0</version> |
| 957 | + <version>0.27.0</version> |
958 | 958 | <type>jar</type> |
959 | 959 | </dependency> |
960 | 960 | <dependency> |
961 | 961 | <groupId>org.commonmark</groupId> |
962 | 962 | <artifactId>commonmark</artifactId> |
963 | | - <version>0.26.0</version> |
| 963 | + <version>0.27.0</version> |
964 | 964 | <type>jar</type> |
965 | 965 | </dependency> |
966 | 966 | </dependencies> |
|
0 commit comments