Repository: nifi Updated Branches: refs/heads/master ddf8c6f8f -> 3d58c445f
NIFI-1759 Upgrade of commons-compress 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/3d58c445 Tree: http://git-wip-us.apache.org/repos/asf/nifi/tree/3d58c445 Diff: http://git-wip-us.apache.org/repos/asf/nifi/diff/3d58c445 Branch: refs/heads/master Commit: 3d58c445fdee38f86cf43122c3dcca0680185dcc 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:06:09 2016 -0400 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/nifi/blob/3d58c445/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>
