Skip to content

update guava and gson #882

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions releng/p2/category.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
<feature id="org.eclipse.lsp4j.sdk" version="1.0.0.qualifier">
<category name="lsp4j"/>
</feature>
<bundle id="com.google.gson" version="2.11.0.qualifier"/>
<bundle id="com.google.gson.source" version="2.11.0.qualifier"/>
<bundle id="com.google.guava" version="33.2.0.qualifier"/>
<bundle id="com.google.guava.source" version="33.2.0.qualifier"/>
<bundle id="com.google.gson" version="2.12.1.qualifier"/>
<bundle id="com.google.gson.source" version="2.12.1.qualifier"/>
<bundle id="com.google.guava" version="33.4.0.qualifier"/>
<bundle id="com.google.guava.source" version="33.4.0.qualifier"/>
<bundle id="jakarta.websocket-api" version="0.0.0"/>
<bundle id="jakarta.websocket-api.source" version="0.0.0"/>
<bundle id="jakarta.websocket-client-api" version="0.0.0"/>
Expand Down
10 changes: 5 additions & 5 deletions releng/releng-target/lsp4j.target.target
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
<target name="org.eclipse.xtext.helios.target" sequenceNumber="0">
<locations>
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="false" type="InstallableUnit">
<repository location="https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06"/>
<unit id="com.google.gson" version="2.11.0"/>
<unit id="com.google.gson.source" version="2.11.0"/>
<unit id="com.google.guava" version="33.2.0.jre"/>
<unit id="com.google.guava.source" version="33.2.0.jre"/>
<repository location="https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2025-03"/>
<unit id="com.google.gson" version="2.12.1"/>
<unit id="com.google.gson.source" version="2.12.1"/>
<unit id="com.google.guava" version="33.4.0.jre"/>
<unit id="com.google.guava.source" version="33.4.0.jre"/>
<unit id="jakarta.websocket-api" version="0.0.0"/>
<unit id="jakarta.websocket-api.source" version="0.0.0"/>
<unit id="jakarta.websocket-client-api" version="0.0.0"/>
Expand Down
Loading