Skip to content

Commit b91429e

Browse files
committed
[Java] Upgrade to gson 2.8.0.
1 parent c513e26 commit b91429e

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
@@ -121,7 +121,7 @@ subprojects {
121121
testCompile 'org.hamcrest:hamcrest-all:1.3'
122122
testCompile 'junit:junit:4.12'
123123
testCompile 'org.mockito:mockito-core:2.2.19'
124-
testCompile 'com.google.code.gson:gson:2.3.1'
124+
testCompile 'com.google.code.gson:gson:2.8.0'
125125
}
126126

127127
checkstyle {

0 commit comments

Comments
 (0)