Try to fix guava version somehow like that
guava
configurations.all { resolutionStrategy { force 'com.google.guava:guava:30.1.1-jre' } }