Adding these to my gradle file fixed my issues
configurations.configureEach { exclude group: 'org.slf4j', module: 'slf4j-reload4j' exclude group: 'org.slf4j', module: 'slf4j-simple' }