Remove SNAPSHOT dependencies
This automated MR removes usage of SNAPSHOT
versions in the first party library dependencies.
Since SNAPSHOT
dependencies change frequently -- by their nature -- usage of them across projects is dangerous and should be avoided.
Dependency Information Before the Upgrade
Branch: master
SHA: c25109ae4f0a1ff68cd5deb23f03a70688139396
Maven: 0.26.0-SNAPSHOT
Maven Dependencies | Root |
---|---|
os-core-common-spring6 | 0.26.0-SNAPSHOT |
Dependency Information After the Upgrade
Branch: snapshot-removal
SHA: 8baa1811ec9f0b96dc4ea8f465e517c2543cc0aa
Maven: 0.26.0-SNAPSHOT
Maven Dependencies | Root |
---|---|
os-core-common-spring6 | 0.26.0-rc3 |