From 3be97658d922235e7908e4932edbca946c03370e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 14 May 2026 00:58:45 +0000 Subject: [PATCH] fix(deps): update plugwerk to v1.0.0 --- plugwerk-java-cli-example/gradle/libs.versions.toml | 2 +- plugwerk-springboot-thymeleaf-example/gradle/libs.versions.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/plugwerk-java-cli-example/gradle/libs.versions.toml b/plugwerk-java-cli-example/gradle/libs.versions.toml index 2898f62..0b9c624 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.0.0" 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..3e59a2c 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.0.0" pf4j = "3.15.0" slf4j = "2.0.18" # logback is intentionally NOT pinned here — Spring Boot's BOM owns the version