Skip to content

Commit

Permalink
Bump ByteBuddy to 1.8.15
Browse files Browse the repository at this point in the history
  • Loading branch information
shs96c committed Jul 30, 2018
1 parent b57575a commit b5d9646
Show file tree
Hide file tree
Showing 11 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .idea/libraries/byte_buddy.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 @@ -39,7 +39,7 @@
<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"/>
<classpathentry kind="lib" path="/third-party/java/bytebuddy/byte-buddy-1.8.15.jar" sourcepath="/third-party/java/bytebuddy/byte-buddy-1.8.15-sources.jar"/>
<classpathentry kind="lib" path="/third-party/java/javaparser/javaparser-core-3.5.7.jar" sourcepath="/third-party/java/javaparser/javaparser-core-3.5.7-sources.jar"/>
<classpathentry kind="lib" path="/third-party/java/okhttp3/okhttp-3.10.0.jar"/>
<classpathentry kind="lib" path="/third-party/java/okio/okio-1.14.1.jar"/>
Expand Down
12 changes: 6 additions & 6 deletions third_party/java/bytebuddy/BUCK
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
prebuilt_jar(
name = 'byte-buddy',
maven_coords = 'net.bytebuddy:byte-buddy:jar:1.8.3',
binary_jar = 'byte-buddy-1.8.3.jar',
source_jar = 'byte-buddy-1.8.3-sources.jar',
maven_coords = 'net.bytebuddy:byte-buddy:jar:1.8.15',
binary_jar = 'byte-buddy-1.8.15.jar',
source_jar = 'byte-buddy-1.8.15-sources.jar',
visibility = [
'//java/client/src/org/openqa/selenium/remote:remote',
'//third_party/java/mockito:mockito-core',
Expand All @@ -11,9 +11,9 @@ prebuilt_jar(

prebuilt_jar(
name = 'byte-buddy-agent',
maven_coords = 'net.bytebuddy:byte-buddy-agent:jar:1.8.3',
binary_jar = 'byte-buddy-agent-1.8.3.jar',
source_jar = 'byte-buddy-agent-1.8.3-sources.jar',
maven_coords = 'net.bytebuddy:byte-buddy-agent:jar:1.8.15',
binary_jar = 'byte-buddy-agent-1.8.15.jar',
source_jar = 'byte-buddy-agent-1.8.15-sources.jar',
visibility = [
'//third_party/java/mockito:mockito-core',
],
Expand Down
Binary file not shown.
Binary file added third_party/java/bytebuddy/byte-buddy-1.8.15.jar
Binary file not shown.
Binary file not shown.
Binary file removed third_party/java/bytebuddy/byte-buddy-1.8.3.jar
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit b5d9646

Please sign in to comment.