Skip to content

Commit

Permalink
[java] Upgrading gson
Browse files Browse the repository at this point in the history
  • Loading branch information
barancev committed Apr 7, 2019
1 parent 2872975 commit 5f2cba0
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .idea/libraries/gson.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion java/client/.classpath
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<classpathentry kind="lib" path="/third-party/java/objenesis/objenesis-3.0.1.jar"/>
<classpathentry kind="lib" path="/third-party/java/slf4j/slf4j-api-1.7.25.jar"/>
<classpathentry kind="lib" path="/third-party/java/slf4j/slf4j-jdk14-1.7.25.jar"/>
<classpathentry kind="lib" path="/third-party/java/gson/gson-2.8.4.jar"/>
<classpathentry kind="lib" path="/third-party/java/gson/gson-2.8.5.jar"/>
<classpathentry kind="lib" path="/third-party/java/testng/testng-6.14.3.jar" sourcepath="/third-party/java/testng/testng-6.14.3-sources.jar"/>
<classpathentry kind="lib" path="/third-party/java/github/org.eclipse.egit.github.core-2.1.5.jar" sourcepath="/third-party/java/github/org.eclipse.egit.github.core-2.1.5.jar-sources.jar"/>
<classpathentry kind="lib" path="/third-party/java/bytebuddy/byte-buddy-1.9.12.jar" sourcepath="/third-party/java/bytebuddy/byte-buddy-1.9.12-sources.jar"/>
Expand Down
2 changes: 1 addition & 1 deletion java/server/.classpath
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="test"/>
<classpathentry combineaccessrules="false" exported="true" kind="src" path="/client"/>
<classpathentry kind="lib" path="/third-party/java/gson/gson-2.8.4.jar"/>
<classpathentry kind="lib" path="/third-party/java/gson/gson-2.8.5.jar"/>
<classpathentry kind="lib" path="/third-party/java/servlet/javax.servlet-api-3.1.0.jar" sourcepath="/third-party/java/servlet/javax.servlet-api-3.1.0-sources.jar"/>
<classpathentry kind="lib" path="/third-party/java/junit/junit-4.12.jar" sourcepath="/third-party/java/junit/junit-4.12-sources.jar"/>
<classpathentry kind="lib" path="/third-party/java/commons-logging/commons-logging-1.2.jar"/>
Expand Down
6 changes: 3 additions & 3 deletions third_party/java/gson/BUCK
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
prebuilt_jar(
name = "gson",
maven_coords = "com.google.code.gson:gson:jar:2.8.4",
binary_jar = "gson-2.8.4.jar",
source_jar = "gson-2.8.4-sources.jar",
maven_coords = "com.google.code.gson:gson:jar:2.8.5",
binary_jar = "gson-2.8.5.jar",
source_jar = "gson-2.8.5-sources.jar",
visibility = [
# Left for legacy reasons.
"//java/client/test/org/openqa/selenium/json:",
Expand Down
Binary file not shown.
Binary file not shown.

0 comments on commit 5f2cba0

Please sign in to comment.