Bump local dependencies and Gradle#69
Merged
alexander-yevsyukov merged 9 commits intomasterfrom Jan 20, 2026
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates local Spine framework dependencies and Gradle to version 9.3.0. The changes primarily involve version bumps across multiple dependency files and configuration updates to support the new Gradle version.
Changes:
- Updated project version from
2.0.0-SNAPSHOT.050to2.0.0-SNAPSHOT.051 - Upgraded Gradle from
9.2.1to9.3.0 - Bumped versions of Spine framework dependencies (CoreJvm, Validation, Time, BaseTypes, Compiler)
Reviewed changes
Copilot reviewed 13 out of 14 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| version.gradle.kts | Updated core JVM compiler version to 051 |
| pom.xml | Updated project version and multiple Spine dependency versions; reorganized validation dependencies |
| gradle/wrapper/gradle-wrapper.properties | Updated Gradle distribution URL to version 9.3.0 |
| gradle.properties | Added UTF-8 file encoding to JVM arguments |
| dependencies.md | Regenerated dependency report with updated versions and timestamps |
| config | Updated subproject commit reference |
| buildSrc/src/main/kotlin/io/spine/dependency/local/Validation.kt | Updated Validation version to 393; refactored runtime dependency handling |
| buildSrc/src/main/kotlin/io/spine/dependency/local/Time.kt | Updated Time version to 231 |
| buildSrc/src/main/kotlin/io/spine/dependency/local/CoreJvmCompiler.kt | Updated versions and fixed comment reference |
| buildSrc/src/main/kotlin/io/spine/dependency/local/CoreJvm.kt | Updated CoreJvm version to 371; deprecated CoreJava typealias |
| buildSrc/src/main/kotlin/io/spine/dependency/local/Compiler.kt | Updated versions to 038; refactored modules property |
| buildSrc/src/main/kotlin/io/spine/dependency/local/BaseTypes.kt | Updated BaseTypes version to 223 |
| buildSrc/src/main/kotlin/BuildExtensions.kt | Added task dependency for KSP test compilation |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
armiol
approved these changes
Jan 20, 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 local dependencies to the latest versions and Gradle to
9.3.0.