fabiomaffioletti / jsondoc

Easily generate docs and playground for your RESTful API
http://jsondoc.org
MIT License
264 stars 127 forks source link

Update version of org.reflections:reflections #248

Closed vbrandl closed 5 years ago

vbrandl commented 5 years ago

reflections:0.9.10 depends on guava 18, which contains a denial of service vulnerability:

reflections:0.9.11 depends on guava 20 (https://github.com/ronmamo/reflections/blob/master/pom.xml#L55) which does not contain the mentioned vulnerability and is still Java 7 compatible (https://github.com/google/guava/wiki/Release21#java-8)

fabiomaffioletti commented 5 years ago

Merged and released. It'll be available on Maven central in the next hours. Thank you very much @vbrandl !