From 6133a24f3b18b34d9699199d90ecc43cfeb98c67 Mon Sep 17 00:00:00 2001 From: Maxim Kalina Date: Sat, 16 May 2026 14:57:43 +0200 Subject: [PATCH] chore(deps): bump plugwerk SDK SNAPSHOT stream to 1.1.0-SNAPSHOT MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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). --- VERSION | 2 +- plugwerk-java-cli-example/gradle/libs.versions.toml | 2 +- plugwerk-springboot-thymeleaf-example/gradle/libs.versions.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/VERSION b/VERSION index f755149..5902d52 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.0.0-SNAPSHOT +1.1.0-SNAPSHOT diff --git a/plugwerk-java-cli-example/gradle/libs.versions.toml b/plugwerk-java-cli-example/gradle/libs.versions.toml index 2898f62..e56de77 100644 --- a/plugwerk-java-cli-example/gradle/libs.versions.toml +++ b/plugwerk-java-cli-example/gradle/libs.versions.toml @@ -1,5 +1,5 @@ [versions] -plugwerk = "1.0.0-SNAPSHOT" +plugwerk = "1.1.0-SNAPSHOT" pf4j = "3.15.0" picocli = "4.7.7" slf4j = "2.0.18" diff --git a/plugwerk-springboot-thymeleaf-example/gradle/libs.versions.toml b/plugwerk-springboot-thymeleaf-example/gradle/libs.versions.toml index 356bad4..d0ed28d 100644 --- a/plugwerk-springboot-thymeleaf-example/gradle/libs.versions.toml +++ b/plugwerk-springboot-thymeleaf-example/gradle/libs.versions.toml @@ -1,5 +1,5 @@ [versions] -plugwerk = "1.0.0-SNAPSHOT" +plugwerk = "1.1.0-SNAPSHOT" pf4j = "3.15.0" slf4j = "2.0.18" # logback is intentionally NOT pinned here — Spring Boot's BOM owns the version