Commit ca57a93
committed
USPR-13800: bump example spring-framework.version override and add verification task
Add ext['spring-framework.version'] = '7.0.8' to both example subprojects'
build.gradle to close the BOM-precedence gap where spring-dependency-management's
managed version otherwise overrides the root resolutionStrategy floor. Also add
a verifySpringExpressionVersion Gradle task, wired into `check` for every
subproject, that fails the build if org.springframework:spring-expression
resolves below 7.0.8 anywhere in the dependency graph.1 parent 0bbc862 commit ca57a93
3 files changed
Lines changed: 20 additions & 0 deletions
File tree
- examples
- example-spring-boot-starter-webflux
- example-spring-boot-starter-web
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
124 | 124 | | |
125 | 125 | | |
126 | 126 | | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
127 | 145 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
13 | 14 | | |
14 | 15 | | |
15 | 16 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
13 | 14 | | |
14 | 15 | | |
15 | 16 | | |
| |||
0 commit comments