Skip to content

Commit

Permalink
Merge pull request #691 from eclipse/cd_gson2101
Browse files Browse the repository at this point in the history
update to gson 2.10.1
  • Loading branch information
cdietrich committed Jan 25, 2023
2 parents 8746945 + 296d568 commit 9c8a31f
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 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.10,2.11)',
'gson_orbit': '2.10.0.v20221207-1049',
'gson': '[2.10.1,2.11)',
'gson_orbit': '2.10.1.v20230109-0753',
'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.10.0" match="equivalent"/>
<import plugin="com.google.gson" version="2.10.1" 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.10.0.qualifier"/>
<bundle id="com.google.gson.source" version="2.10.0.qualifier"/>
<bundle id="com.google.gson" version="2.10.1.qualifier"/>
<bundle id="com.google.gson.source" version="2.10.1.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
4 changes: 2 additions & 2 deletions releng/releng-target/lsp4j.target.target
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
<locations>
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="false" type="InstallableUnit">
<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.gson" version="2.10.1.v20230109-0753"/>
<unit id="com.google.gson.source" version="2.10.1.v20230109-0753"/>
<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 9c8a31f

Please sign in to comment.