gsql: Fix escaping of quotes in JSON
Double quotes weren't properly escaped in strings due to a bug in Gson. This was fixed in Gson 1.4, so upgrade. Bug: issue 528 Change-Id: I247ba4c4ed657f22a3b0c067f5a764c4aba46d5b Signed-off-by: Shawn O. Pearce <sop@google.com>
This commit is contained in:
6
pom.xml
6
pom.xml
@@ -523,6 +523,12 @@ limitations under the License.
|
||||
<version>1.0</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>com.google.code.gson</groupId>
|
||||
<artifactId>gson</artifactId>
|
||||
<version>1.4</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>commons-net</groupId>
|
||||
<artifactId>commons-net</artifactId>
|
||||
|
||||
Reference in New Issue
Block a user