You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by sp...@apache.org on 2020/01/10 14:42:09 UTC

[tinkerpop] branch master updated: Bump to commons-configuration2 2.6 CTR

This is an automated email from the ASF dual-hosted git repository.

spmallette pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git


The following commit(s) were added to refs/heads/master by this push:
     new 68ee6c9  Bump to commons-configuration2 2.6 CTR
68ee6c9 is described below

commit 68ee6c9c3b3f05771d40b78eec49536d3f173c43
Author: stephen <sp...@gmail.com>
AuthorDate: Fri Jan 10 09:41:26 2020 -0500

    Bump to commons-configuration2 2.6 CTR
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index d3a572e..f1b8b21 100644
--- a/pom.xml
+++ b/pom.xml
@@ -146,7 +146,7 @@ limitations under the License.
         <url>https://github.com/apache/tinkerpop</url>
     </scm>
     <properties>
-        <commons.configuration.version>2.5</commons.configuration.version>
+        <commons.configuration.version>2.6</commons.configuration.version>
         <commons.lang.version>2.6</commons.lang.version>
         <commons.lang3.version>3.8.1</commons.lang3.version>
         <groovy.version>2.5.7</groovy.version>