-
Notifications
You must be signed in to change notification settings - Fork 0
Bump Base and ToolBase #48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR updates the project's dependencies by bumping the versions of Base (from .380 to .382) and ToolBase (from .370 to .371) packages. These updates propagate improvements to classloader handling when loading descriptor set files. The compiler version is also incremented from .031 to .032 to reflect these dependency changes.
- Updated spine-base and spine-format versions to 2.0.0-SNAPSHOT.382
- Updated tool-base and related tool dependencies to 2.0.0-SNAPSHOT.371
- Bumped compiler version to 2.0.0-SNAPSHOT.032
Reviewed changes
Copilot reviewed 8 out of 8 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| version.gradle.kts | Bumped compiler version to .032 |
| pom.xml | Updated dependency versions for Base (.382), ToolBase (.371), and compiler modules (.032) |
| dependencies.md | Regenerated dependency report with updated versions and new timestamp |
| config | Updated subproject commit reference |
| buildSrc/src/main/kotlin/io/spine/dependency/local/ToolBase.kt | Updated ToolBase version constants to .371 |
| buildSrc/src/main/kotlin/io/spine/dependency/local/CoreJvmCompiler.kt | Updated CoreJvmCompiler version constants to .032 |
| buildSrc/src/main/kotlin/io/spine/dependency/local/Base.kt | Updated Base version constants to .382 |
| .github/workflows/publish.yml | Fixed GitHub Actions syntax for repository slug variable |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
Copilot reviewed 10 out of 10 changed files in this pull request and generated no new comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
@alexander-yevsyukov just reminding you about the GitHub pages branch. |
This PR bumps version of Base and ToolBase, propagating improvements to using classloaders when loading descriptor set files.