org.iq80.snappy:snappy:0.4 version has a security vulnerability https://nvd.nist.gov/vuln/detail/CVE-2018-7577 Is it possible to use this instead, please? ``` <!-- https://mvnrepository.com/artifact/org.xerial.snappy/snappy-java --> <dependency> <groupId>org.xerial.snappy</groupId> <artifactId>snappy-java</artifactId> <version>1.1.7.5</version> </dependency> ```