Commit b2bc079
Yuriy Bezsonov
fix(qa-agent): Pin spring-ai to 2.0.0-M6 instead of SNAPSHOT
The samples/quality-assurance/ai-agent module was the only project
pinned to spring-ai 2.0.0-SNAPSHOT. The snapshot API drifted so that
OllamaChatModel.Builder.defaultOptions(OllamaChatOptions) no longer
existed, breaking test compilation. Because CI builds every module on
every PR, this failure surfaced on all open Dependabot PRs even though
none of them touch this module.
Pin to the stable 2.0.0-M6 milestone (matching the other 2.x apps) and
drop the now-unused Spring snapshots repository.1 parent 39f2469 commit b2bc079
1 file changed
Lines changed: 1 addition & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | 41 | | |
50 | 42 | | |
51 | 43 | | |
| |||
0 commit comments