Skip to content

Commit

Permalink
Update version range for Gson to '[2.9.1,2.11)'
Browse files Browse the repository at this point in the history
  • Loading branch information
HannesWell authored and jonahgraham committed Feb 28, 2023
1 parent 187d801 commit ff58da7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions gradle/versions.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,7 @@ version = '0.20.1-SNAPSHOT'
ext.versions = [
'xtend_lib': '2.28.0',
'guava': '[30.1,31)',
'guava_orbit': '30.1.0.v20221112-0806',
'gson': '[2.10.1,2.11)',
'gson_orbit': '2.10.1.v20230109-0753',
'gson': '[2.9.1,2.11)',
'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.1" match="equivalent"/>
<import plugin="com.google.gson" version="2.9.1" match="compatible"/>
<import plugin="org.eclipse.xtend.lib" version="2.10.0" match="compatible"/>
</requires>

Expand Down

0 comments on commit ff58da7

Please sign in to comment.