Skip to content

Commit b7998dc

Browse files
committed
Update to LSP4J 0.23.1.
Signed-off-by: Roland Grunberg <[email protected]>
1 parent 96ca6b6 commit b7998dc

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

org.eclipse.jdt.ls.core/META-INF/MANIFEST.MF

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ Require-Bundle: org.eclipse.core.runtime;bundle-version="3.12.0",
2525
org.eclipse.jdt.core.manipulation;bundle-version="1.8.0",
2626
com.google.gson;bundle-version="2.7.0",
2727
org.apache.commons.lang3;bundle-version="3.1.0",
28-
org.eclipse.lsp4j;bundle-version="[0.22.0.0,0.23.0)",
29-
org.eclipse.lsp4j.jsonrpc;bundle-version="[0.22.0,0.23.0)",
28+
org.eclipse.lsp4j;bundle-version="[0.23.0.0,0.24.0)",
29+
org.eclipse.lsp4j.jsonrpc;bundle-version="[0.23.0,0.24.0)",
3030
org.eclipse.xtext.xbase.lib,
3131
org.eclipse.core.filesystem;bundle-version="1.7.0",
3232
org.eclipse.jdt.apt.pluggable.core;bundle-version="1.2.0";resolution:=optional,

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
<repository location="https://download.eclipse.org/releases/2024-03/"/>
3939
</location>
4040
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
41-
<repository location="https://download.eclipse.org/lsp4j/updates/releases/0.22.0/"/>
41+
<repository location="https://download.eclipse.org/lsp4j/updates/releases/0.23.1/"/>
4242
<unit id="org.eclipse.lsp4j" version="0.0.0"/>
4343
</location>
4444
<location includeDependencyDepth="none" includeDependencyScopes="compile" includeSource="true" missingManifest="generate" type="Maven">

org.eclipse.jdt.ls.tests.syntaxserver/META-INF/MANIFEST.MF

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ Require-Bundle: org.eclipse.jdt.ls.core,
1818
org.apache.commons.commons-io;bundle-version="2.2.0",
1919
org.apache.commons.lang3;bundle-version="3.1.0",
2020
com.google.gson;bundle-version="2.7.0",
21-
org.eclipse.lsp4j;bundle-version="[0.22.0,0.23.0)",
22-
org.eclipse.lsp4j.jsonrpc;bundle-version="[0.22.0,0.23.0)",
21+
org.eclipse.lsp4j;bundle-version="[0.23.0,0.24.0)",
22+
org.eclipse.lsp4j.jsonrpc;bundle-version="[0.23.0,0.24.0)",
2323
org.eclipse.xtext.xbase.lib,
2424
org.eclipse.jdt.launching,
2525
org.eclipse.ltk.core.refactoring,

org.eclipse.jdt.ls.tests/META-INF/MANIFEST.MF

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ Require-Bundle: org.eclipse.jdt.ls.core,
2525
org.eclipse.buildship.core;bundle-version="1.0.18",
2626
org.apache.commons.lang3;bundle-version="3.1.0",
2727
com.google.gson;bundle-version="2.7.0",
28-
org.eclipse.lsp4j;bundle-version="[0.22.0,0.23.0)",
29-
org.eclipse.lsp4j.jsonrpc;bundle-version="[0.22.0,0.23.0)",
28+
org.eclipse.lsp4j;bundle-version="[0.23.0,0.24.0)",
29+
org.eclipse.lsp4j.jsonrpc;bundle-version="[0.23.0,0.24.0)",
3030
org.eclipse.xtext.xbase.lib,
3131
org.eclipse.jdt.launching,
3232
org.eclipse.ltk.core.refactoring,

0 commit comments

Comments
 (0)