build(deps): Bump Vanniktech Maven Publish plugin to 0.35.0#1335
Merged
Conversation
runningcode
requested review from
0xadam-brown,
adinauer,
markushi and
romtsn
as code owners
June 23, 2026 13:52
Bump from 0.27.0 to 0.35.0 and regenerate plugin-build's SHA-256 verification metadata, which STRICT-mode locking requires when a plugin-build dependency changes. 0.36.0 is the current latest, but it raises the minimum Kotlin Gradle Plugin version to 2.2.0; this repo is still on Kotlin 2.1.21, so 0.35.0 is the highest compatible release. Co-Authored-By: Claude Opus 4.8 <[email protected]>
runningcode
force-pushed
the
no/update-vanniktech-maven-publish-0.36.0
branch
from
June 23, 2026 13:53
4045c64 to
94dc1eb
Compare
0xadam-brown
approved these changes
Jun 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.
Bumps the Vanniktech Maven Publish plugin from
0.27.0to0.35.0ingradle/libs.versions.toml, and regeneratesplugin-build's SHA-256 verification metadata (required by STRICT-mode dependency locking whenever aplugin-builddependency changes).Why not 0.36.0?
0.36.0(the current latest) raises the minimum Kotlin Gradle Plugin version to 2.2.0:This repo is still on Kotlin 2.1.21, so applying
0.36.0fails the build.0.35.0is the highest release compatible with the current Kotlin version. We can move to0.36.0once the Kotlin upgrade lands.