Releases: spring-gradle-plugins/dependency-management-plugin
Releases · spring-gradle-plugins/dependency-management-plugin
v1.0.14.RELEASE
🐞 Bug Fixes
- Use of GradleVersion.getNextMajor() is preventing Gradle 7.6 from adding deprecation nagging #338
v1.0.13.RELEASE
🐞 Bug Fixes
- Plugin is incompatible with versions of Gradle where the Upload task has been removed #337
v1.0.12.RELEASE
🐞 Bug Fixes
- Plugin uses a lot of memory in large multi module build #322
- Unexpected managed versions due to the use of the Gradle project's version property during bom resolution #315
📔 Documentation
- Update requirements to reflect supported versions of Gradle #328
- Modernise the look and feel of the reference documentation #327
- Fix typo in "Programmatic access" section of the reference docs #313
- Remove duplicate String-based dependency management declaration from Map-based Kotlin example #295
❤️ Contributors
We'd like to thank all the contributors who worked on this release!
v1.0.11.RELEASE
🪲 Bug Fixes
- NPE thrown from Exclusion.hashCode when processing an exclusion with no
<groupId>
or no<artifactId>
#293 - High CPU usage when identifying local projects in large multi-project builds #289
📔 Documentation
- Update documentation to use implementation rather than compile configuration for example dependency declarations #284
❤️ Contributors
We'd like to thank all the contributors who worked on this release!
v1.0.10.RELEASE
🪲 Bug Fixes
- Wilcard exclusions declared in an imported bom are not applied #281
v1.0.9.RELEASE
v1.0.8.RELEASE
🪲 Bug Fixes
- Fail to resolve
property
in bom import #255
❤️ Contributors
We'd like to thank all the contributors who worked on this release!
v1.0.7.RELEASE
🪲 Bug Fixes
- Diagnostics are poor when pom generation fails due to a misconfigured dependency #231
- Effective model building for Maven poms is inefficient as models are not cached #225
📔 Documentation
- Link directly to the new reference documentation from the README #239
- Provide separate reference documentation rather than relying on the README #234
❤️ Contributors
We'd like to thank all the contributors who worked on this release!