Skip to content

Commit

Permalink
Merge branch 'master' into event-listener-updated-rows-number
Browse files Browse the repository at this point in the history
  • Loading branch information
bhzaeri authored Jan 11, 2025
2 parents 8a5e503 + 223828d commit 2642482
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public class TestCassandraLatestConnectorSmokeTest
protected QueryRunner createQueryRunner()
throws Exception
{
CassandraServer server = closeAfterClass(new CassandraServer("cassandra:4.1", "cu-cassandra-latest.yaml"));
CassandraServer server = closeAfterClass(new CassandraServer("cassandra:5.0.2", "cu-cassandra-latest.yaml"));
CassandraSession session = server.getSession();
createTestTables(session, KEYSPACE, Timestamp.from(TIMESTAMP_VALUE.toInstant()));
return CassandraQueryRunner.builder(server)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public class TestingScyllaServer

public TestingScyllaServer()
{
this("5.4");
this("6.2");
}

public TestingScyllaServer(String version)
Expand Down

0 comments on commit 2642482

Please sign in to comment.