Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
@W-9168946:Upgrade spring boot from 2.2.5 to 2.2.13. (spinnaker#12)
Along with it upgrade org.junit:junit-bom to 5.6.3. due to this: spring boot 2.2.13 uses groovy version 2.5.14, that upgrades org.codehaus.groovy:groovy-test from 2.5.11 (constrained in spinnaker-dependencies) to 2.5.14 and upgrades junit:junit from 4.13 to 4.13.1. In kork, org.junit:junit-bom is constrained to 5.6.2, having bug as junit-vintage-engine:5.6.2 does not parse junit version of format x.y.z, just parse x.y. This bug is fixed in 5.6.3 and 5.7.0. junit-team/junit5#2529 junit-team/junit5#2198
- Loading branch information