- ✨ Update Surefire to v3 (8eda8a6)
- 🐛 Silence "plugin validation issues" warning with Maven 3.9+, due to Maven dependencies being incorrectly declared as
compile
rather thanprovided
dependencies (#160, a8232cb)
This version targets JDK 8, whereas previous versions targeted JDK 7, but given that some dependencies already required JDK 8, this is not regarded as a breaking change, hence the 1.1.0 version rather than a 2.0.0 here.