Commit 7fec471
authored
chore(v0.1.25.41): SB 3.5.14, drop tomcat override, align Jedis to 6.2.0 (#147)
Mirrors the dependency hygiene done in cycles-server-events v0.1.25.12
and cycles-server v0.1.25.18, keeping the three Cycles services on the
same Spring Boot patch and the same Redis client major.
- spring-boot-starter-parent 3.5.13 -> 3.5.14 (security + bug fixes)
- Drop <tomcat.version>10.1.54</tomcat.version> override -- SB 3.5.14's
BOM now manages 10.1.54 directly (verified against
spring-boot-dependencies-3.5.14.pom). Same effective Tomcat version,
smaller pom diff for future SB bumps.
- Jedis 5.2.0 -> 6.2.0 (major) to align with events (6.2.0) and server
(6.2.0 in v0.1.25.18). Jedis 6.1.0 explicitly restored binary
compatibility for SetParams (#4225 upstream). mvn verify: 782/782
tests pass.
- Bump revision 0.1.25.40 -> 0.1.25.41.
- commons-lang3 3.18.0 override retained -- SB 3.5.14's BOM still
manages 3.17.0 (CVE-2025-48924 unfixed there). Comment updated to
reference SB 3.5.14.
No code changes; all 782 tests pass.1 parent 2fcd496 commit 7fec471
3 files changed
Lines changed: 44 additions & 12 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
17 | 54 | | |
18 | 55 | | |
19 | 56 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
| 25 | + | |
31 | 26 | | |
32 | 27 | | |
33 | 28 | | |
| |||
38 | 33 | | |
39 | 34 | | |
40 | 35 | | |
41 | | - | |
| 36 | + | |
42 | 37 | | |
43 | 38 | | |
44 | 39 | | |
| |||
0 commit comments