From commits-return-65948-archive-asf-public=cust-asf.ponee.io@commons.apache.org Thu Feb 7 13:32:32 2019 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 2A302180600 for ; Thu, 7 Feb 2019 14:32:31 +0100 (CET) Received: (qmail 34165 invoked by uid 500); 7 Feb 2019 13:32:31 -0000 Mailing-List: contact commits-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@commons.apache.org Delivered-To: mailing list commits@commons.apache.org Received: (qmail 34156 invoked by uid 99); 7 Feb 2019 13:32:31 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Feb 2019 13:32:31 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id A5F5080864; Thu, 7 Feb 2019 13:32:30 +0000 (UTC) Date: Thu, 07 Feb 2019 13:32:30 +0000 To: "commits@commons.apache.org" Subject: [commons-vfs] branch master updated: [VFS-692] Update Apache Commons Collections from 4.2 to 4.3 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <154954635056.28736.2525591379838007807@gitbox.apache.org> From: ggregory@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: commons-vfs X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: b70377527bf478601d76154bf0e222731dd5cb0a X-Git-Newrev: 1ea9858287c4b57aab0bd2dd198e92f7a81dcf28 X-Git-Rev: 1ea9858287c4b57aab0bd2dd198e92f7a81dcf28 X-Git-NotificationType: ref_changed_plus_diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-vfs.git The following commit(s) were added to refs/heads/master by this push: new 1ea9858 [VFS-692] Update Apache Commons Collections from 4.2 to 4.3 1ea9858 is described below commit 1ea9858287c4b57aab0bd2dd198e92f7a81dcf28 Author: Gary Gregory AuthorDate: Thu Feb 7 08:32:26 2019 -0500 [VFS-692] Update Apache Commons Collections from 4.2 to 4.3 --- pom.xml | 2 +- src/changes/changes.xml | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 4f20c11..98b79db 100644 --- a/pom.xml +++ b/pom.xml @@ -416,7 +416,7 @@ org.apache.commons commons-collections4 - 4.2 + 4.3 commons-httpclient diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 1839617..93058e9 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -53,6 +53,9 @@ The type attribute can be add,update,fix,remove. Allow to set key exchange algorithm explicitly. GitHub #32. + + Update Apache Commons Collections from 4.2 to 4.3 +