Bump ToolBase and other local dependencies#55
Merged
alexander-yevsyukov merged 7 commits intomasterfrom Feb 23, 2026
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates local dependencies to their latest snapshot versions, specifically bumping ToolBase from .371 to .372, Validation from .391 to .395, CoreJvmCompiler from .050 to .053, and the Compiler version itself from .038 to .039. Additionally, it fixes a documentation typo where "the the" was corrected to "the".
Changes:
- Bumped project version from
2.0.0-SNAPSHOT.038to2.0.0-SNAPSHOT.039 - Updated ToolBase dependency version from
2.0.0-SNAPSHOT.371to2.0.0-SNAPSHOT.372 - Updated Validation dependency version from
2.0.0-SNAPSHOT.391to2.0.0-SNAPSHOT.395 - Updated CoreJvmCompiler dependency version from
2.0.0-SNAPSHOT.050to2.0.0-SNAPSHOT.053 - Fixed typo in documentation comment
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 | Updates project compiler version to .039 |
| pom.xml | Updates all dependency versions including ToolBase, Validation, and CoreJvmCompiler to their latest snapshots |
| gradle-api/src/main/kotlin/io/spine/tools/compiler/gradle/api/ProjectExts.kt | Fixes documentation typo removing duplicate "the" |
| dependencies.md | Updates generated dependency report with new version numbers and regeneration timestamp |
| config | Updates subproject commit reference |
| buildSrc/src/main/kotlin/io/spine/dependency/local/Validation.kt | Updates Validation version constant to .395 |
| buildSrc/src/main/kotlin/io/spine/dependency/local/ToolBase.kt | Updates ToolBase version constants to .372 |
| buildSrc/src/main/kotlin/io/spine/dependency/local/CoreJvmCompiler.kt | Updates CoreJvmCompiler version constants to .053 |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
... which is the latest published version.
armiol
approved these changes
Feb 23, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR updates the dependency on ToolBase to the latest, so that the Compiler Gradle plugin uses the latest version of the
RootPluginwhich adds our custom repositories to the project.Also, Validation and CoreJvm Compiler were bumped to the latest snapshots.