summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Ostrovsky <david@ostrovsky.org>2018-07-08 13:27:46 +0200
committerDavid Ostrovsky <david.ostrovsky@gmail.com>2018-07-10 06:25:16 +0000
commita0e92779849a8ca2e96c736dea9dd187dd09b209 (patch)
tree94317ffbeca710fce18666fa5b63a32e0f12bdfe
parent668795fe2b68b75163e6fe57b228542d6258c78e (diff)
Bump commons-io version to 2.2
This dependency is not used in gerrit core. The only reason it's included in WORKSPACE is because core replication plugin depends on it and there is no way in Bazel to consume external dependency in core plugin without defining this dependency in WORKSPACE file. It turns out, that gitblit-plugin also depends on commons-io, but on the newer version. Sync the versions to the same version used by gitblit. Change-Id: Iae3545df95b23439d3c7fd385bfeae482d6d60ac (cherry picked from commit 6488535f737cdce5feeca2550ce402d803d4d5a9)
-rw-r--r--WORKSPACE4
1 files changed, 2 insertions, 2 deletions
diff --git a/WORKSPACE b/WORKSPACE
index 23f80e825e..b772ba5c66 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -863,8 +863,8 @@ maven_jar(
maven_jar(
name = "commons-io",
- artifact = "commons-io:commons-io:1.4",
- sha1 = "a8762d07e76cfde2395257a5da47ba7c1dbd3dce",
+ artifact = "commons-io:commons-io:2.2",
+ sha1 = "83b5b8a7ba1c08f9e8c8ff2373724e33d3c1e22a",
)
maven_jar(