Skip to content

Commit

Permalink
Updarte ScyllaDB testing version to 6.2.0
Browse files Browse the repository at this point in the history
Fixes #4641

Signed-off-by: Oleksandr Porunov <[email protected]>
  • Loading branch information
porunov committed Nov 6, 2024
1 parent 1dae22f commit 660070b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ All currently supported versions of JanusGraph are listed below.

| JanusGraph | Storage Version | Cassandra | HBase | Bigtable | ScyllaDB | Elasticsearch | Solr | TinkerPop | Spark | Scala |
| ---- | ---- | ---- | ---- | ---- | ---- | ---- | ---- | ---- | ---- | ---- |
| 1.1.z | 2 | 3.11.z, 4.0.z | 2.6.z | 1.3.0, 1.4.0, 1.5.z, 1.6.z, 1.7.z, 1.8.z, 1.9.z, 1.10.z, 1.11.z, 1.14.z | 5.y | 6.y, 7.y, 8.y | 8.y | 3.7.z | 3.2.z | 2.12.z |
| 1.1.z | 2 | 3.11.z, 4.0.z | 2.6.z | 1.3.0, 1.4.0, 1.5.z, 1.6.z, 1.7.z, 1.8.z, 1.9.z, 1.10.z, 1.11.z, 1.14.z | 6.y | 6.y, 7.y, 8.y | 8.y | 3.7.z | 3.2.z | 2.12.z |
| 1.0.z | 2 | 3.11.z, 4.0.z | 2.5.z | 1.3.0, 1.4.0, 1.5.z, 1.6.z, 1.7.z, 1.8.z, 1.9.z, 1.10.z, 1.11.z, 1.14.z | 5.y | 6.y, 7.y, 8.y | 8.y | 3.7.z | 3.2.z | 2.12.z |

!!! info
Expand Down Expand Up @@ -73,7 +73,7 @@ compile "org.janusgraph:janusgraph-core:1.1.0"
* Apache Cassandra 3.11.10, 4.0.6
* Apache HBase 2.6.0
* Oracle BerkeleyJE 7.5.11
* ScyllaDB 5.1.4
* ScyllaDB 6.2.0
* Elasticsearch 6.0.1, 6.6.0, 7.17.8, 8.15.3
* Apache Lucene 8.11.1
* Apache Solr 8.11.1
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
<cassandra-dist.version.sha256>86d14a8e158e4e8554388b1aab598efcb879ddb09c480edecabb3c350b58fe6b</cassandra-dist.version.sha256>
<cassandra-driver.version>4.17.0</cassandra-driver.version>
<scylla-driver.version>4.18.0.1</scylla-driver.version>
<scylladb.version>5.1.4</scylladb.version>
<scylladb.version>6.2.0</scylladb.version>
<testcontainers.version>1.20.1</testcontainers.version>
<easymock.version>5.4.0</easymock.version>
<protobuf.version>3.25.5</protobuf.version>
Expand Down

0 comments on commit 660070b

Please sign in to comment.