Skip to content

Commit cd11b8d

Browse files
committed
[Java] Upgrade to GSON 2.8.5.
1 parent 52cc9b2 commit cd11b8d

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
@@ -128,7 +128,7 @@ subprojects {
128128
testCompile 'junit:junit:4.12'
129129
testCompile 'org.mockito:mockito-core:2.18.3'
130130
testCompile 'org.hamcrest:hamcrest-library:1.3'
131-
testCompile 'com.google.code.gson:gson:2.8.2'
131+
testCompile 'com.google.code.gson:gson:2.8.5'
132132
}
133133

134134
checkstyle {

0 commit comments

Comments
 (0)