osundblad / intellij-annotations-instrumenter-maven-plugin

IntelliJ IDEA annotations instrumenter maven plugin
Other
38 stars 11 forks source link

feature/update-pom-dependencies #42

Closed oloflarsson closed 4 years ago

oloflarsson commented 4 years ago

This pull request updates the plugin and dependency versions to the latest ones.

It also makes use of the version properties ${asm.version} and ${junit-jupiter.version} in a couple of locations where the were not used.

I removed the junit-platform-surefire-provider because it was not needed anymore after updating maven-surefire-plugin.