<Upgrade to spring boot 2.0.6.RELEASE makes tests ...
# stackoverflow
u
Upgrade to spring boot 2.0.6.RELEASE makes tests fail even after downgrade to 2.0.5.RELEASE I had on my project tests that were 100% green/OK when using springBootVersion=2.0.5.RELEASE. After to springBootVersion=2.0.6.RELEASE some tests failed. I downgraded it again to 2.0.5.RELEASE and expect all the tests to be green, but even with ./gradle clean build --no-daemon the tests continue failing. What might be wrong? I'm using openjdk-11 (oracle compile). My gradle.properties: theSourceCompatibility=1.8 kotlinVersion=1.2.71 springBootVersion=2.0.5.RELEASE...