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 Original file line number Diff line number Diff line change @@ -2575,7 +2575,6 @@ to be controlled by Jackson's date serialization configuration settings.
2575
2575
2576
2576
2577
2577
2578
- [[howto-customize-dependency-versions-with-maven]]
2579
2578
[[howto-customize-dependency-versions]]
2580
2579
=== Customize Dependency Versions
2581
2580
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
2600
WARNING: Each Spring Boot release is designed and tested against this specific set of
2602
2601
third-party dependencies. Overriding versions may cause compatibility issues.
2603
2602
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.
2605
2605
2606
2606
[[howto-create-an-executable-jar-with-maven]]
2607
2607
=== Create an Executable JAR with Maven
You can’t perform that action at this time.
0 commit comments