Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the project’s build/tooling dependencies (Kotlin, Protobuf, Gradle wrapper, and internal Spine toolchain versions) to newer snapshot/patch releases.
Changes:
- Bumped internal compiler/tooling snapshot versions across Gradle and Maven build descriptors.
- Updated core third-party dependencies (notably Protobuf, Kotlin) and the Gradle wrapper distribution.
- Regenerated the dependency/license report to reflect the updated dependency graph.
Reviewed changes
Copilot reviewed 13 out of 14 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
| version.gradle.kts | Bumps the published/compiler snapshot version to .041. |
| pom.xml | Updates Maven dependency versions (Protobuf, Kotlin, Spine artifacts, JUnit). |
| gradle/wrapper/gradle-wrapper.properties | Updates Gradle wrapper from 9.4.0 to 9.4.1. |
| dependencies.md | Regenerated dependency/license report with updated versions and timestamp. |
| config | Updates the config git submodule pointer. |
| buildSrc/src/main/kotlin/io/spine/gradle/kotlin/KotlinConfig.kt | Adjusts Kotlin compiler args and import ordering for updated Kotlin toolchain. |
| buildSrc/src/main/kotlin/io/spine/dependency/test/JUnit.kt | Bumps JUnit BOM version to 6.0.3. |
| buildSrc/src/main/kotlin/io/spine/dependency/local/Validation.kt | Bumps Validation snapshot version to .406. |
| buildSrc/src/main/kotlin/io/spine/dependency/local/ToolBase.kt | Bumps ToolBase snapshot versions to .375. |
| buildSrc/src/main/kotlin/io/spine/dependency/local/Compiler.kt | Bumps compiler fallback snapshot version to .040. |
| buildSrc/src/main/kotlin/io/spine/dependency/local/Base.kt | Bumps Spine Base snapshot versions to .386. |
| buildSrc/src/main/kotlin/io/spine/dependency/lib/Protobuf.kt | Bumps Protobuf version to 4.34.1. |
| buildSrc/src/main/kotlin/io/spine/dependency/lib/Kotlin.kt | Bumps Kotlin runtime and “embedded” Kotlin versions to 2.3.20. |
| buildSrc/build.gradle.kts | Bumps buildSrc Kotlin embedded version to 2.3.20. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
armiol
approved these changes
Mar 24, 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 Protobuf, Kotlin, Gradle, and internal dependencies.