apply plugin: 'version-scan'
versionScan {
group = "org.mongodb"
module = "mongo-java-driver"
versions = "[3.0,)"
}