Skip to content

Releases: spring-gradle-plugins/dependency-management-plugin

v1.1.5

03 May 11:50
Compare
Choose a tag to compare

🐞 Bug Fixes

  • When a dependency has been substituted by changing its target, its version is managed based on its original group and artifact IDs #383
  • Plugin triggers a deprecation warning for LenientConfiguration#getArtifacts(Spec) with Gradle 8.8 #381
  • Exclusions are calculated unnecessarily for non-transitive configurations #372

❤️ Contributors

Thank you to all the contributors who worked on this release:

@fp7

v1.1.4

13 Nov 14:01
Compare
Choose a tag to compare

🐞 Bug Fixes

  • Dependencies declared in a platform are excluded unless applyMavenExclusions is set to false #368
  • Invalid pom is produced when using both the dependency management plugin and Gradle's bom support #257

📔 Documentation

  • Typo in "Importing a Maven Bom" example #366

v1.1.3

10 Aug 09:50
Compare
Choose a tag to compare

🐞 Bug Fixes

  • NullPointerException when Maven-style exclusions are enabled and a dependency has a pom which Maven's Model Builder considers to be invalid #365

v1.1.2

17 Jul 09:53
Compare
Choose a tag to compare

🐞 Bug Fixes

  • Resolution fails when a dependency with Gradle module metadata relies on constraints from a platform dependency #360

v1.1.1

12 Jul 14:05
Compare
Choose a tag to compare

🐞 Bug Fixes

  • Pom customization has unwanted side-effect of reversing bom import ordering #355
  • Build fails with an ArrayIndexOutOfBoundsException when a dependency has a pom with more than 8192 characters #350
  • Enabling configuration on demand causes build failure in multi module project with different group name #321
  • Transitive platform dependencies may prevent exclusions from being applied #310

📔 Documentation

  • Update Javadoc to link to Java 8 #359
  • Document support for Gradle 8 #356
  • Update the reference documentation to use more up-to-date examples #354

❤️ Contributors

We'd like to thank all the contributors who worked on this release!

v1.0.15.RELEASE

19 Oct 08:37
Compare
Choose a tag to compare

🐞 Bug Fixes

  • Exclusions are not applied when versions are provided by constraints #340

v1.1.0

18 Oct 08:43
Compare
Choose a tag to compare

🐞 Bug Fixes

  • Exclusions are not applied when versions are provided by constraints #341
  • Performance regression in 1.1.0-RC1 #339

v1.1.0-RC1

21 Sep 09:35
Compare
Choose a tag to compare
v1.1.0-RC1 Pre-release
Pre-release

⭐ New Features

  • Remove support for Gradle's maven plugin #333
  • Raise the minimum supported version of Java to 8 #270
  • Raise the minimum supported version of Gradle to 6.8 #269

v1.0.14.RELEASE

21 Sep 08:35
Compare
Choose a tag to compare

🐞 Bug Fixes

  • Use of GradleVersion.getNextMajor() is preventing Gradle 7.6 from adding deprecation nagging #338

v1.0.13.RELEASE

10 Aug 10:51
Compare
Choose a tag to compare

🐞 Bug Fixes

  • Plugin is incompatible with versions of Gradle where the Upload task has been removed #337