Automated testing for compatibility with different versions of dependencies

I want to test my project with a range of dependency versions to automatically check compatibility. The latest solution I found was proposed a year ago. Maybe now there is more simple way to do it?

This seems like a perfect way to me. If you write your tests with Spock and @Unroll it will even be cleaner and shorter.