Skip to content

Commit ca7ee55

Browse files
committed
[Java] Upgrade to gson 2.8.2.
1 parent 80a98d8 commit ca7ee55

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
@@ -123,7 +123,7 @@ subprojects {
123123
testCompile 'org.hamcrest:hamcrest-all:1.3'
124124
testCompile 'junit:junit:4.12'
125125
testCompile 'org.mockito:mockito-core:2.10.0'
126-
testCompile 'com.google.code.gson:gson:2.8.0'
126+
testCompile 'com.google.code.gson:gson:2.8.2'
127127
}
128128

129129
checkstyle {

0 commit comments

Comments
 (0)