Skip to content

Commit 9dae0aa

Browse files
committed
System: update gson version
1 parent c95525a commit 9dae0aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ archivesBaseName = "compiler"
55

66
dependencies {
77
api project(':library')
8-
api 'com.google.code.gson:gson:2.8.6'
8+
api 'com.google.code.gson:gson:2.10'
99
}
1010

1111
java {

0 commit comments

Comments
 (0)