diff --git a/third_party/BUILD b/third_party/BUILD index b346b14846a9dd..7dc02faee01762 100644 --- a/third_party/BUILD +++ b/third_party/BUILD @@ -701,7 +701,7 @@ java_import( distrib_java_import( name = "xz", enable_distributions = ["debian"], - jars = ["xz/xz-1.5.jar"], + jars = ["xz/xz-1.9.jar"], ) # To be used by the skylark example. diff --git a/third_party/xz/LICENSE b/third_party/xz/LICENSE index 9bc2625f81a48b..8dd17645c4610c 100644 --- a/third_party/xz/LICENSE +++ b/third_party/xz/LICENSE @@ -2,8 +2,9 @@ Licensing of XZ for Java ======================== - All the files in this package have been written by Lasse Collin - and/or Igor Pavlov. All these files have been put into the - public domain. You can do whatever you want with these files. + All the files in this package have been written by Lasse Collin, + Igor Pavlov, and/or Brett Okken. All these files have been put into + the public domain. You can do whatever you want with these files. This software is provided "as is", without any warranty. + diff --git a/third_party/xz/xz-1.5.jar b/third_party/xz/xz-1.5.jar deleted file mode 100644 index 2e9599ecfa6eef..00000000000000 Binary files a/third_party/xz/xz-1.5.jar and /dev/null differ diff --git a/third_party/xz/xz-1.9.jar b/third_party/xz/xz-1.9.jar new file mode 100644 index 00000000000000..61ad52acfb691c Binary files /dev/null and b/third_party/xz/xz-1.9.jar differ