Skip to content

Commit

Permalink
update to guava 32 and orbit 2023-09 (#749)
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Dietrich <christian.dietrich.opensource@gmail.com>
Co-authored-by: Jonah Graham <jonah@kichwacoders.com>
  • Loading branch information
cdietrich and jonahgraham authored Aug 4, 2023
1 parent 6d8678f commit a7f6419
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions gradle/versions.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
version = '0.22.0-SNAPSHOT'

ext.versions = [
'xtend_lib': '2.28.0',
'guava': '[30.1,31)',
'xtend_lib': '2.32.0.M2',
'guava': '[32.1.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.1.qualifier"/>
<bundle id="com.google.guava.source" version="32.1.1.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.1.jre"/>
<unit id="com.google.guava.source" version="32.1.1.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 a7f6419

Please sign in to comment.