Skip to content

Commit 8dc74d0

Browse files
HannesWelljonahgraham
authored andcommitted
Update version range for Gson to '[2.9.1,2.11)'
Fixes #702 Backport of #690 commit ff58da7
1 parent 6646292 commit 8dc74d0

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

gradle/versions.gradle

+1-3
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,7 @@ version = '0.19.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.9.1,2.10)',
20-
'gson_orbit': '2.9.1.v20220915-1632',
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

+1-1
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.9.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)