Skip to content

Commit

Permalink
Bump TinkerPop to 3.6.4 [cql-tests] [tp-tests]
Browse files Browse the repository at this point in the history
Fixes JanusGraph#3766

Signed-off-by: Oleksandr Porunov <alexandr.porunov@gmail.com>
  • Loading branch information
porunov committed May 29, 2023
1 parent 3a7ba53 commit 087a1b5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ compile "org.janusgraph:janusgraph-core:1.0.0"
* Elasticsearch 6.0.1, 6.6.0, 7.17.8, 8.6.0
* Apache Lucene 8.11.1
* Apache Solr 8.11.1
* Apache TinkerPop 3.6.2
* Apache TinkerPop 3.6.4
* Java 8, 11

!!! note
Expand Down
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,6 @@ nav:
extra:
latest_version: 1.0.0-rc2
snapshot_version: 1.0.0-SNAPSHOT
tinkerpop_version: 3.6.2
tinkerpop_version: 3.6.4
hadoop_version: 3.3.4
jamm_version: 0.3.3
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
</distributionManagement>
<properties>
<titan.compatible-versions>1.0.0,1.1.0-SNAPSHOT</titan.compatible-versions>
<tinkerpop.version>3.6.2</tinkerpop.version>
<tinkerpop.version>3.6.4</tinkerpop.version>
<junit-platform.version>1.9.2</junit-platform.version>
<junit.version>5.9.2</junit.version>
<mockito.version>4.11.0</mockito.version>
Expand Down Expand Up @@ -747,7 +747,7 @@
<dependency>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
<version>1.32</version>
<version>2.0</version>
</dependency>
<dependency>
<groupId>net.oneandone.reflections8</groupId>
Expand Down

0 comments on commit 087a1b5

Please sign in to comment.