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/13 16:08:36 UTC

[tinkerpop] 02/03: Fixed jar conflict in neo4j after commons-configuration2 bump 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

commit ca5bec5f8e86c3237702870a607ecc85ae075e79
Author: stephen <sp...@gmail.com>
AuthorDate: Fri Jan 10 14:10:19 2020 -0500

    Fixed jar conflict in neo4j after commons-configuration2 bump CTR
---
 neo4j-gremlin/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/neo4j-gremlin/pom.xml b/neo4j-gremlin/pom.xml
index ceecedc..a227e22 100644
--- a/neo4j-gremlin/pom.xml
+++ b/neo4j-gremlin/pom.xml
@@ -165,7 +165,7 @@ limitations under the License.
                 <dependency>
                     <groupId>org.apache.commons</groupId>
                     <artifactId>commons-text</artifactId>
-                    <version>1.6</version>
+                    <version>1.8</version>
                     <scope>test</scope>
                 </dependency>
                 <dependency>