Skip to content

Commit ff58da7

Browse files
HannesWelljonahgraham
authored andcommitted
Update version range for Gson to '[2.9.1,2.11)'
1 parent 187d801 commit ff58da7

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

gradle/versions.gradle

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,7 @@ version = '0.20.1-SNAPSHOT'
1515
ext.versions = [
1616
'xtend_lib': '2.28.0',
1717
'guava': '[30.1,31)',
18-
'guava_orbit': '30.1.0.v20221112-0806',
19-
'gson': '[2.10.1,2.11)',
20-
'gson_orbit': '2.10.1.v20230109-0753',
18+
'gson': '[2.9.1,2.11)',
2119
'websocket_jakarta': '2.0.0',
2220
'websocket': '1.0',
2321
'junit': '4.13.2'

releng/lsp4j-feature/feature.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
</license>
3232

3333
<requires>
34-
<import plugin="com.google.gson" version="2.10.1" match="equivalent"/>
34+
<import plugin="com.google.gson" version="2.9.1" match="compatible"/>
3535
<import plugin="org.eclipse.xtend.lib" version="2.10.0" match="compatible"/>
3636
</requires>
3737

0 commit comments

Comments
 (0)