Skip to content

Commit

Permalink
Merge pull request #689 from eclipse/cd_gson210
Browse files Browse the repository at this point in the history
update to gson 2.10
  • Loading branch information
cdietrich committed Jan 16, 2023
2 parents b17a5f1 + 64818aa commit 8746945
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions gradle/versions.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ ext.versions = [
'xtend_lib': '2.28.0',
'guava': '[30.1,31)',
'guava_orbit': '30.1.0.v20221112-0806',
'gson': '[2.9.1,2.10)',
'gson_orbit': '2.9.1.v20220915-1632',
'gson': '[2.10,2.11)',
'gson_orbit': '2.10.0.v20221207-1049',
'websocket_jakarta': '2.0.0',
'websocket': '1.0',
'junit': '4.13.2'
Expand Down
2 changes: 1 addition & 1 deletion releng/lsp4j-feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
</license>

<requires>
<import plugin="com.google.gson" version="2.9.1" match="equivalent"/>
<import plugin="com.google.gson" version="2.10.0" match="equivalent"/>
<import plugin="org.eclipse.xtend.lib" version="2.10.0" match="compatible"/>
</requires>

Expand Down
4 changes: 2 additions & 2 deletions releng/p2/category.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<feature id="org.eclipse.lsp4j.sdk" version="0.20.0.qualifier">
<category name="lsp4j"/>
</feature>
<bundle id="com.google.gson" version="2.9.1.qualifier"/>
<bundle id="com.google.gson.source" version="2.9.1.qualifier"/>
<bundle id="com.google.gson" version="2.10.0.qualifier"/>
<bundle id="com.google.gson.source" version="2.10.0.qualifier"/>
<bundle id="com.google.guava" version="30.1.0.qualifier"/>
<bundle id="com.google.guava.source" version="30.1.0.qualifier"/>
<bundle id="jakarta.websocket" version="0.0.0"/>
Expand Down
6 changes: 3 additions & 3 deletions releng/releng-target/lsp4j.target.target
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
<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/downloads/2022-12"/>
<unit id="com.google.gson" version="2.9.1.v20220915-1632"/>
<unit id="com.google.gson.source" version="2.9.1.v20220915-1632"/>
<repository location="https://download.eclipse.org/tools/orbit/downloads/2023-03"/>
<unit id="com.google.gson" version="2.10.0.v20221207-1049"/>
<unit id="com.google.gson.source" version="2.10.0.v20221207-1049"/>
<unit id="com.google.guava" version="30.1.0.v20221112-0806"/>
<unit id="com.google.guava.source" version="30.1.0.v20221112-0806"/>
<unit id="jakarta.websocket" version="0.0.0"/>
Expand Down

0 comments on commit 8746945

Please sign in to comment.