spring-cloud / spring-cloud-build

Common build concerns, shared plugin configuration, etc. for Spring Cloud modules
Apache License 2.0
191 stars 284 forks source link

Upgrade maven-failsafe-plugin.version to the latest #351

Open wind57 opened 6 days ago

wind57 commented 6 days ago

My question is very trivial, but I fail to understand why.

How come, for example, the version for maven-failsafe-plugin.version is 2.22.2 while spring-boot-dependencies brings a much higher version. This means that all dependent projects (like spring-cloud-kubernetes) will use that lower version.

Thank you!

spencergibb commented 6 days ago

We don't inherit versions of plugins from spring boot

spencergibb commented 6 days ago

PRs welcome

wind57 commented 6 days ago

ok, perfect, done here