Closed oloflarsson closed 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.
${asm.version}
${junit-jupiter.version}
I removed the junit-platform-surefire-provider because it was not needed anymore after updating maven-surefire-plugin.
junit-platform-surefire-provider
maven-surefire-plugin
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 updatingmaven-surefire-plugin
.