Skip to content

Commit

Permalink
[java] Upgrading assertj
Browse files Browse the repository at this point in the history
  • Loading branch information
barancev committed Apr 7, 2019
1 parent a81539b commit 6bdc1ee
Show file tree
Hide file tree
Showing 8 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .idea/libraries/assertj.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 @@ -55,7 +55,7 @@
<classpathentry kind="lib" path="/third-party/java/contrib/opentracing-okhttp3-0.1.0.jar"/>
<classpathentry kind="lib" path="/third-party/java/opentracing/opentracing-api-0.31.0.jar"/>
<classpathentry kind="lib" path="/third-party/java/opentracing/opentracing-noop-0.31.0.jar"/>
<classpathentry kind="lib" path="/third-party/java/assertj/assertj-core-3.11.1.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"/>
<classpathentry kind="lib" path="/third-party/java/contrib/opentracing-concurrent-0.1.0-sources.jar"/>
<classpathentry kind="lib" path="/third-party/java/contrib/opentracing-okhttp3-0.1.0-sources.jar"/>
<classpathentry kind="lib" path="/third-party/java/contrib/opentracing-tracerresolver-0.1.5-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 @@ -18,7 +18,7 @@
<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/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.11.1.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"/>
<classpathentry kind="lib" path="/third-party/java/zeromq/jeromq-0.5.1.jar" sourcepath="/third-party/java/zeromq/jeromq-0.5.1-sources.jar"/>
<classpathentry kind="lib" path="/third-party/java/zeromq/jnacl-1.0.0.jar" sourcepath="/third-party/java/zeromq/jnacl-1.0.0-sources.jar"/>
<classpathentry kind="output" path="build/production"/>
Expand Down
6 changes: 3 additions & 3 deletions third_party/java/assertj/BUCK
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
prebuilt_jar(
name = "assertj",
maven_coords = "org.assertj:assertj-core:jar:3.11.1",
binary_jar = "assertj-core-3.11.1.jar",
source_jar = "assertj-core-3.11.1-sources.jar",
maven_coords = "org.assertj:assertj-core:jar:3.12.2",
binary_jar = "assertj-core-3.12.2.jar",
source_jar = "assertj-core-3.12.2-sources.jar",
visibility = [
"//java/client/test/...",
"//java/server/test/...",
Expand Down
Binary file not shown.
Binary file removed third_party/java/assertj/assertj-core-3.11.1.jar
Binary file not shown.
Binary file not shown.
Binary file added third_party/java/assertj/assertj-core-3.12.2.jar
Binary file not shown.

0 comments on commit 6bdc1ee

Please sign in to comment.