Commit 0f953c5
Robert McNees
Update build.gradle dependency to use Boot version
Update the build.gradle dependency for
io.spring.dependency-management to not specifiy the version.
This will cause the version that Spring Boot depends on to
be used. This is preferred because when dependabot is used in
the project we can configure it to exclude all patch release versions.
The dependency-management version does not follow the Boot versions,
so having the dependency managed automatically is cleaner for
the dependabot config.1 parent 7b60865 commit 0f953c5
2 files changed
+4
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | 4 | | |
6 | 5 | | |
| 6 | + | |
| 7 | + | |
7 | 8 | | |
8 | 9 | | |
9 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | 4 | | |
6 | 5 | | |
| 6 | + | |
| 7 | + | |
7 | 8 | | |
8 | 9 | | |
9 | 10 | | |
| |||
0 commit comments