Skip to content

Commit

Permalink
Bump latest Cassandra docker images version to 5.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mayankvadariya committed Jan 10, 2025
1 parent 9db0e38 commit b0d46b0
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit b0d46b0

Please sign in to comment.