Skip to content

Commit f5f3af7

Browse files
committed
Point to gradle plugin's doc for custom dependency versions
Fixes gh-12807
1 parent 6de479f commit f5f3af7

File tree

1 file changed

+2
-2
lines changed
  • spring-boot-project/spring-boot-docs/src/main/asciidoc

1 file changed

+2
-2
lines changed

spring-boot-project/spring-boot-docs/src/main/asciidoc/howto.adoc

+2-2
Original file line numberDiff line numberDiff line change
@@ -2575,7 +2575,6 @@ to be controlled by Jackson's date serialization configuration settings.
25752575

25762576

25772577

2578-
[[howto-customize-dependency-versions-with-maven]]
25792578
[[howto-customize-dependency-versions]]
25802579
=== Customize Dependency Versions
25812580
If you use a Maven build that inherits directly or indirectly from
@@ -2601,7 +2600,8 @@ the artifact yourself instead of overriding the property.
26012600
WARNING: Each Spring Boot release is designed and tested against this specific set of
26022601
third-party dependencies. Overriding versions may cause compatibility issues.
26032602

2604-
2603+
To override dependency versions in Gradle, see {spring-boot-gradle-plugin-reference}/#managing-dependencies-customizing[ this section ]
2604+
of the Gradle plugin's documentation.
26052605

26062606
[[howto-create-an-executable-jar-with-maven]]
26072607
=== Create an Executable JAR with Maven

0 commit comments

Comments
 (0)