Skip to content

Commit 1643491

Browse files
authored
Update target platform to 2023-12 state (#2998)
* Use 2023-12 repo in target platform * Update commons-lang to 3.14.0 * Update m2e to 2.5.0
1 parent 1233c6f commit 1643491

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

org.eclipse.jdt.ls.target/org.eclipse.jdt.ls.tp.target

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<unit id="org.eclipse.m2e.maven.runtime" version="0.0.0"/>
1414
<unit id="org.eclipse.m2e.workspace.cli" version="0.0.0"/>
1515
<unit id="ch.qos.logback.classic" version="0.0.0"/>
16-
<repository location="https://download.eclipse.org/technology/m2e/releases/2.4.0/"/>
16+
<repository location="https://download.eclipse.org/technology/m2e/releases/2.5.0/"/>
1717
</location>
1818
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
1919
<unit id="org.eclipse.equinox.core.feature.feature.group" version="0.0.0"/>
@@ -29,7 +29,7 @@
2929
</location>
3030
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
3131
<unit id="org.eclipse.xtext.xbase.lib" version="0.0.0"/>
32-
<repository location="https://download.eclipse.org/releases/2023-09/"/>
32+
<repository location="https://download.eclipse.org/releases/2023-12/"/>
3333
</location>
3434
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
3535
<repository location="https://download.eclipse.org/lsp4j/updates/releases/0.21.1/"/>
@@ -40,7 +40,7 @@
4040
<dependency>
4141
<groupId>org.apache.commons</groupId>
4242
<artifactId>commons-lang3</artifactId>
43-
<version>3.8.1</version>
43+
<version>3.14.0</version>
4444
<type>jar</type>
4545
</dependency>
4646
<dependency>

0 commit comments

Comments
 (0)