Commit f5f3af7f authored by Madhura Bhave's avatar Madhura Bhave

Point to gradle plugin's doc for custom dependency versions

Fixes gh-12807
parent 6de479fe
...@@ -2575,7 +2575,6 @@ to be controlled by Jackson's date serialization configuration settings. ...@@ -2575,7 +2575,6 @@ to be controlled by Jackson's date serialization configuration settings.
[[howto-customize-dependency-versions-with-maven]]
[[howto-customize-dependency-versions]] [[howto-customize-dependency-versions]]
=== Customize Dependency Versions === Customize Dependency Versions
If you use a Maven build that inherits directly or indirectly from If you use a Maven build that inherits directly or indirectly from
...@@ -2601,7 +2600,8 @@ the artifact yourself instead of overriding the property. ...@@ -2601,7 +2600,8 @@ the artifact yourself instead of overriding the property.
WARNING: Each Spring Boot release is designed and tested against this specific set of WARNING: Each Spring Boot release is designed and tested against this specific set of
third-party dependencies. Overriding versions may cause compatibility issues. third-party dependencies. Overriding versions may cause compatibility issues.
To override dependency versions in Gradle, see {spring-boot-gradle-plugin-reference}/#managing-dependencies-customizing[ this section ]
of the Gradle plugin's documentation.
[[howto-create-an-executable-jar-with-maven]] [[howto-create-an-executable-jar-with-maven]]
=== Create an Executable JAR with Maven === Create an Executable JAR with Maven
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment