Repository: nifi Updated Branches: refs/heads/0.x 9d95747b8 -> 044b51df6
NIFI-1759 Upgrade of commons-compress This closes #407 Checked: - no regression - no use of deprecated methods Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit: http://git-wip-us.apache.org/repos/asf/nifi/commit/044b51df Tree: http://git-wip-us.apache.org/repos/asf/nifi/tree/044b51df Diff: http://git-wip-us.apache.org/repos/asf/nifi/diff/044b51df Branch: refs/heads/0.x Commit: 044b51df6a0b581ea9e436ef279f804235df2521 Parents: 9d95747 Author: Pierre Villard <[email protected]> Authored: Tue May 3 15:26:01 2016 +0200 Committer: Oleg Zhurakousky <[email protected]> Committed: Wed May 4 14:25:02 2016 -0400 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/nifi/blob/044b51df/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index d2b1cf0..0b9598f 100644 --- a/pom.xml +++ b/pom.xml @@ -204,7 +204,7 @@ language governing permissions and limitations under the License. --> <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-compress</artifactId> - <version>1.9</version> + <version>1.11</version> </dependency> <dependency> <groupId>org.apache.commons</groupId>
