Skip to content

Commit

Permalink
Widen range of supported versions for Guava (#759)
Browse files Browse the repository at this point in the history
Co-authored-by: Christian Dietrich <[email protected]>
  • Loading branch information
jonahgraham and cdietrich authored Aug 29, 2023
1 parent 689726e commit 1022727
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion gradle/versions.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ version = '0.21.1-SNAPSHOT'

ext.versions = [
'xtend_lib': '2.28.0',
'guava': '[30.1,31)',
'guava': '[30.1,33)',
'gson': '[2.9.1,2.11)',
'websocket_jakarta': '2.0.0',
'websocket': '1.0',
Expand Down
4 changes: 2 additions & 2 deletions releng/p2/category.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
</feature>
<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="com.google.guava" version="32.1.2.qualifier"/>
<bundle id="com.google.guava.source" version="32.1.2.qualifier"/>
<bundle id="jakarta.websocket" version="0.0.0"/>
<bundle id="jakarta.websocket.source" version="0.0.0"/>
<bundle id="javax.websocket" 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/downloads/2023-03"/>
<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"/>
<repository location="https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2023-09"/>
<unit id="com.google.gson" version="2.10.1"/>
<unit id="com.google.gson.source" version="2.10.1"/>
<unit id="com.google.guava" version="32.1.2.jre"/>
<unit id="com.google.guava.source" version="32.1.2.jre"/>
<unit id="jakarta.websocket" version="0.0.0"/>
<unit id="jakarta.websocket.source" version="0.0.0"/>
</location>
Expand Down

0 comments on commit 1022727

Please sign in to comment.