Skip to content

Commit 6f8a084

Browse files
committed
[TP] Update to Eclipse 4.34 and latest version of other dependencies
1 parent 32d66ad commit 6f8a084

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

target-platform/target-platform.target

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<targetJRE path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-21"/>
55
<locations>
66
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
7-
<repository location="https://download.eclipse.org/eclipse/updates/4.34/"/>
7+
<repository location="https://download.eclipse.org/eclipse/updates/4.35/"/>
88
<unit id="org.eclipse.sdk.feature.group" version="0.0.0"/>
99
<unit id="org.eclipse.equinox.p2.discovery.feature.feature.group" version="0.0.0"/>
1010
<unit id="org.eclipse.ui.tests.harness" version="0.0.0"/>
@@ -14,11 +14,11 @@
1414
<unit id="jakarta.annotation-api" version="1.3.5"/>
1515
</location>
1616
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
17-
<repository location="https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2025-03/"/>
17+
<repository location="https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2025-06/"/>
1818
<unit id="org.jdom2" version="0.0.0"/>
1919
</location>
2020
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
21-
<repository location="https://download.eclipse.org/egit/updates-7.1/"/>
21+
<repository location="https://download.eclipse.org/egit/updates-7.2/"/>
2222
<unit id="org.eclipse.jgit" version="0.0.0"/>
2323
</location>
2424
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
@@ -27,19 +27,19 @@
2727
<unit id="org.eclipse.emf.ecore.edit.feature.group" version="0.0.0"/>
2828
</location>
2929
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
30-
<repository location="https://download.eclipse.org/webtools/downloads/drops/R3.36.0/R-3.36.0-20241110095156/repository/"/>
30+
<repository location="https://download.eclipse.org/webtools/downloads/drops/R3.37.0/R-3.37.0-20250303081219/repository/"/>
3131
<unit id="org.eclipse.wst.common.uriresolver" version="0.0.0"/>
3232
<unit id="org.eclipse.wst.common.emf" version="0.0.0"/>
3333
<unit id="org.eclipse.wst.xsd.core" version="0.0.0"/>
3434
</location>
3535
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
36-
<repository location="https://download.eclipse.org/wildwebdeveloper/releases/1.3.10/"/>
37-
<repository location="https://download.eclipse.org/tm4e/releases/0.14.1/"/>
38-
<repository location="https://download.eclipse.org/lsp4e/releases/0.27.1/"/>
36+
<repository location="https://download.eclipse.org/lsp4e/releases/0.27.2/"/>
3937
<repository location="https://download.eclipse.org/lsp4j/updates/releases/0.24.0/"/>
40-
<repository location="https://download.eclipse.org/mylyn/updates/release/4.5.0/"/>
41-
<unit id="org.eclipse.wildwebdeveloper.xml.feature.feature.group" version="0.0.0"/>
38+
<repository location="https://download.eclipse.org/mylyn/updates/release/4.6.0/"/>
39+
<repository location="https://download.eclipse.org/tm4e/releases/0.14.1/"/>
40+
<repository location="https://download.eclipse.org/wildwebdeveloper/releases/1.3.10/"/>
4241
<unit id="org.eclipse.lsp4e" version="0.0.0"/>
42+
<unit id="org.eclipse.wildwebdeveloper.xml.feature.feature.group" version="0.0.0"/>
4343
</location>
4444
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
4545
<repository location="https://download.eclipse.org/cbi/updates/license/"/>
@@ -54,7 +54,7 @@
5454
<dependency>
5555
<groupId>ch.qos.logback</groupId>
5656
<artifactId>logback-classic</artifactId>
57-
<version>1.5.17</version>
57+
<version>1.5.18</version>
5858
<type>jar</type>
5959
</dependency>
6060
<dependency>
@@ -76,13 +76,13 @@
7676
<dependency>
7777
<groupId>com.google.guava</groupId>
7878
<artifactId>failureaccess</artifactId>
79-
<version>1.0.2</version>
79+
<version>1.0.3</version>
8080
<type>jar</type>
8181
</dependency>
8282
<dependency>
8383
<groupId>com.google.guava</groupId>
8484
<artifactId>guava</artifactId>
85-
<version>33.4.0-jre</version>
85+
<version>33.4.5-jre</version>
8686
<type>jar</type>
8787
</dependency>
8888
<dependency>

0 commit comments

Comments
 (0)