Skip to content

Commit 61dc8f7

Browse files
authored
Merge pull request #111 from web-push-libs/renovate/com.google.code.gson-gson-2.x
Update dependency com.google.code.gson:gson to v2.8.6
2 parents fe5d572 + 51e269b commit 61dc8f7

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)