From f5f3af7f9c9c10f201d33fe8fd555fc7acd1b275 Mon Sep 17 00:00:00 2001 From: Madhura Bhave Date: Fri, 4 May 2018 15:05:19 -0700 Subject: [PATCH] Point to gradle plugin's doc for custom dependency versions Fixes gh-12807 --- .../spring-boot-docs/src/main/asciidoc/howto.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spring-boot-project/spring-boot-docs/src/main/asciidoc/howto.adoc b/spring-boot-project/spring-boot-docs/src/main/asciidoc/howto.adoc index a0d2ce241b..3bd9ebff46 100644 --- a/spring-boot-project/spring-boot-docs/src/main/asciidoc/howto.adoc +++ b/spring-boot-project/spring-boot-docs/src/main/asciidoc/howto.adoc @@ -2575,7 +2575,6 @@ to be controlled by Jackson's date serialization configuration settings. -[[howto-customize-dependency-versions-with-maven]] [[howto-customize-dependency-versions]] === Customize Dependency Versions If you use a Maven build that inherits directly or indirectly from @@ -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 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]] === Create an Executable JAR with Maven