chore(deps): bump plugwerk SDK SNAPSHOT stream to 1.1.0-SNAPSHOT#47
Merged
Conversation
v1.0.0 of plugwerk-server shipped on 2026-05-13 and closed out the 1.0.0-SNAPSHOT stream (last build #187, no further commits land there). 1.1.0-SNAPSHOT is the new rolling-latest dev stream — move both example pins (and the aligned examples-repo VERSION) onto it so the apps keep building against the freshest upstream and continue to surface SPI regressions early. Verified locally with `./gradlew --refresh-dependencies clean build` (green; Gradle resolves io.plugwerk:plugwerk-spi:1.1.0-SNAPSHOT build 20260516.125139-5).
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.
Why
plugwerk/plugwerkcut v1.0.0 on 2026-05-13. That released the artifact, but it also closed out the1.0.0-SNAPSHOTstream — no more commits will land there. The next development line is published as1.1.0-SNAPSHOT(latest build20260516.125139-5, today).Per repo convention the examples track the rolling latest SNAPSHOT so SPI regressions surface here before downstream consumers ever see them. This PR swaps the dead stream for the live one — it is not a pin to a fixed release.
Changes
VERSION1.0.0-SNAPSHOT→1.1.0-SNAPSHOT(kept aligned withplugwerk/plugwerk's dev line per AGENTS.md)plugwerk-java-cli-example/gradle/libs.versions.tomlplugwerk = "1.0.0-SNAPSHOT"→"1.1.0-SNAPSHOT"plugwerk-springboot-thymeleaf-example/gradle/libs.versions.tomlNot touched:
docker-compose.yml— already on the rolling:snapshottagcacheChangingModulesFor(0, "seconds")blocks — we're still tracking SNAPSHOTsTest plan
./gradlew --refresh-dependencies clean build(composite, repo root) — green against1.1.0-SNAPSHOTdependencyInsightconfirms Gradle resolvesio.plugwerk:plugwerk-spi:1.1.0-SNAPSHOT:20260516.125139-5copyClientPluginproducesplugwerk-client-plugin-1.1.0-SNAPSHOT-pf4j.zipin bothplugins/directoriesRelated
io.plugwerk:**(the auto-side counterpart; this PR is the manual side that Renovate is no longer allowed to do)