Skip to content

Commit

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

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

4 changes: 2 additions & 2 deletions .idea/libraries/testng.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 @@ -38,7 +38,7 @@
<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/testng/testng-6.13.1.jar" sourcepath="/third-party/java/testng/testng-6.13.1-sources.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.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.6.14.jar" sourcepath="/third-party/java/javaparser/javaparser-core-3.6.14-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 @@ -15,7 +15,7 @@
<classpathentry kind="lib" path="/third-party/java/guava/failureaccess-1.0.1.jar" sourcepath="/third-party/java/guava/failureaccess-1.0.1-sources.jar"/>
<classpathentry kind="lib" path="/third-party/java/mockito/mockito-core-2.18.0.jar"/>
<classpathentry kind="lib" path="/third-party/java/jetty/jetty-repacked.jar"/>
<classpathentry kind="lib" path="/third-party/java/yaml/snakeyaml-1.19.jar" sourcepath="/third-party/java/yaml/snakeyaml-1.19-sources.jar"/>
<classpathentry kind="lib" path="/third-party/java/yaml/snakeyaml-1.24.jar" sourcepath="/third-party/java/yaml/snakeyaml-1.24-sources.jar"/>
<classpathentry kind="lib" path="/third-party/java/beust/jcommander-1.72.jar"/>
<classpathentry kind="lib" path="/third-party/java/service/auto-service-1.0-rc4.jar" sourcepath="/third-party/java/service/auto-service-1.0-rc4-sources.jar"/>
<classpathentry kind="lib" path="/third-party/java/assertj/assertj-core-3.12.2.jar" sourcepath="/third-party/java/assertj/assertj-core-3.12.2-sources.jar"/>
Expand Down
6 changes: 3 additions & 3 deletions third_party/java/testng/BUCK
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
prebuilt_jar(
name = "testng",
maven_coords = "org.testng:testng:jar:6.13.1",
binary_jar = "testng-6.13.1.jar",
source_jar = "testng-6.13.1-sources.jar",
maven_coords = "org.testng:testng:jar:6.14.3",
binary_jar = "testng-6.14.3.jar",
source_jar = "testng-6.14.3-sources.jar",
deps = [
"//third_party/java/ant:ant",
"//third_party/java/beust:jcommander",
Expand Down
Binary file not shown.
Binary file not shown.
6 changes: 3 additions & 3 deletions third_party/java/yaml/BUCK
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
prebuilt_jar(
name = "snakeyaml",
maven_coords = "org.yaml:snakeyaml:jar:1.19",
binary_jar = "snakeyaml-1.19.jar",
source_jar = "snakeyaml-1.19-sources.jar",
maven_coords = "org.yaml:snakeyaml:jar:1.24",
binary_jar = "snakeyaml-1.24.jar",
source_jar = "snakeyaml-1.24-sources.jar",
visibility = [
"//java/server/src/org/openqa/grid:grid",
"//third_party/java/testng:testng",
Expand Down
Binary file removed third_party/java/yaml/snakeyaml-1.19-sources.jar
Binary file not shown.
Binary file removed third_party/java/yaml/snakeyaml-1.19.jar
Binary file not shown.
Binary file added third_party/java/yaml/snakeyaml-1.24-sources.jar
Binary file not shown.
Binary file added third_party/java/yaml/snakeyaml-1.24.jar
Binary file not shown.

0 comments on commit 38eb2d2

Please sign in to comment.