Repository: nifi Updated Branches: refs/heads/master 3d58c445f -> 5999eab43 (forced update)
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/5999eab4 Tree: http://git-wip-us.apache.org/repos/asf/nifi/tree/5999eab4 Diff: http://git-wip-us.apache.org/repos/asf/nifi/diff/5999eab4 Branch: refs/heads/master Commit: 5999eab43fea5d7efc481182e0af0e2a19f960d4 Parents: ddf8c6f Author: Pierre Villard <[email protected]> Authored: Tue May 3 15:26:01 2016 +0200 Committer: Oleg Zhurakousky <[email protected]> Committed: Wed May 4 14:23:10 2016 -0400 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/nifi/blob/5999eab4/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 3beea1d..675fd56 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>
