Skip to content

Commit

Permalink
Updating gson
Browse files Browse the repository at this point in the history
  • Loading branch information
barancev committed May 10, 2018
1 parent e6a056f commit 841f7ee
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion java/client/.classpath
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<classpathentry kind="lib" path="/third-party/java/objenesis/objenesis-2.6.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.2.jar"/>
<classpathentry kind="lib" path="/third-party/java/gson/gson-2.8.4.jar"/>
<classpathentry kind="lib" path="/third-party/java/testng/testng-6.13.1.jar" sourcepath="/third-party/java/testng/testng-6.13.1-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.8.3.jar" sourcepath="/third-party/java/bytebuddy/byte-buddy-1.8.3-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.2.jar"/>
<classpathentry kind="lib" path="/third-party/java/gson/gson-2.8.4.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/httpcomponents/httpclient-4.5.5.jar" sourcepath="/third-party/java/httpcomponents/httpclient-4.5.5-sources.jar"/>
<classpathentry kind="lib" path="/third-party/java/httpcomponents/httpcore-4.4.9.jar" sourcepath="/third-party/java/httpcomponents/httpcore-4.4.9-sources.jar"/>
Expand Down
7 changes: 3 additions & 4 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.2',
binary_jar = 'gson-2.8.2.jar',
source_jar = 'gson-2.8.2-sources.jar',
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',
visibility = [
'//java/client/src/org/openqa/selenium/json:json',
'//third_party/java/github:org.eclipse.egit.github.core',
Expand All @@ -17,4 +17,3 @@ prebuilt_jar(
'//java/server/test/...',
],
)

Binary file not shown.
Binary file not shown.

0 comments on commit 841f7ee

Please sign in to comment.