fix(deps): update cosid to 3.2.0#489
Conversation
Sync from main and bump CosId from 3.1.0 to 3.2.0 (released 2026-07-07).
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: bd25fb31d3
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| |------------|---------| | ||
| | Spring Boot | 4.0.5 | | ||
| | CosId | 3.0.5 | | ||
| | CosId | 3.2.0 | |
There was a problem hiding this comment.
Keep the v4.0.2 changelog entry historical
When users consult this changelog entry or copy the adjacent dependency snippet that pins cocache-spring-boot-starter:4.0.2, this row now claims that v4.0.2 uses CosId 3.2.0 even though the repository version being updated is already 4.1.0 (gradle.properties:15). This corrupts the historical v4.0.2 dependency list; add/update a 4.1.0/current entry for the new CosId version, or leave the v4.0.2 values intact (and mirror the same fix in the zh changelog).
Useful? React with 👍 / 👎.
| # libraries | ||
| spring-boot = "4.1.0" | ||
| cosid = "3.1.0" | ||
| cosid = "3.2.0" |
There was a problem hiding this comment.
Use a published CosId BOM version
When Gradle resolves :cocache-dependencies, api(platform(libs.cosid.bom)) now requests me.ahoo.cosid:cosid-bom:3.2.0; the public Maven/GitHub release listings I checked do not contain 3.2.0 (Central lists 3.1.0 as the latest), so clean builds resolving from Maven Central will fail during dependency resolution. Please pin a published CosId version or wait until the 3.2.0 artifact is actually available.
Useful? React with 👍 / 👎.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #489 +/- ##
=========================================
Coverage 94.18% 94.18%
Complexity 458 458
=========================================
Files 71 71
Lines 946 946
Branches 76 76
=========================================
Hits 891 891
Misses 27 27
Partials 28 28
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
Summary
Sync from
mainand bump CosId from3.1.0→3.2.0(released 2026-07-07).Changes
gradle/libs.versions.toml—cosid = 3.2.0changelog.md,building/index.md, EN + ZH)Verification
./gradlew build -x test:cocache-core:test,:cocache-spring:test,:cocache-spring-cache:test,:cocache-spring-boot-starter:test:cocache-spring-redis:test(requires Redis)References