Comment From: snicoll

The upgrade brings a sl4j binding we should exclude. I've tried adding the following the the bom but the verification of the stater is still failing:

    library("Cassandra Driver", "4.4.0") {
        group("com.datastax.oss") {
            modules = [
                "java-driver-core" {
                    exclude group: "org.slf4j", module: "jcl-over-slf4j"
                },
                "java-drive-query-builder"
            ]
        }
    }