Skip to content

Commit

Permalink
Update CassandraContainer.java
Browse files Browse the repository at this point in the history
update comment to reflect cassandra 4.x compatibility
fixes testcontainers#7012
  • Loading branch information
wakingrufus authored May 5, 2023
1 parent cce90eb commit 88eadd3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
/**
* Cassandra container
*
* Supports 2.x and 3.x Cassandra versions
* Supports 2.x, 3.x, and 4.x Cassandra versions
*/
public class CassandraContainer<SELF extends CassandraContainer<SELF>> extends GenericContainer<SELF> {

Expand Down

0 comments on commit 88eadd3

Please sign in to comment.