Skip to content

Commit 51e269b

Browse files
committed
Update dependency com.google.code.gson:gson to v2.8.6
1 parent fe5d572 commit 51e269b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ dependencies {
2424
compile group: 'com.beust', name: 'jcommander', version: '1.78'
2525

2626
// For parsing JSON
27-
compile group: 'com.google.code.gson', name: 'gson', version: '2.8.5'
27+
compile group: 'com.google.code.gson', name: 'gson', version: '2.8.6'
2828

2929
// For making async HTTP requests
3030
compile group: 'org.apache.httpcomponents', name: 'httpasyncclient', version: '4.1.4'

0 commit comments

Comments
 (0)