From 940a0140897a9f0a232589a10c7f67434b038be1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 11:19:20 +0000 Subject: [PATCH 1/2] Bump j2html.version to v1.6.0 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 2340919..0ac91c0 100644 --- a/pom.xml +++ b/pom.xml @@ -46,7 +46,7 @@ ${project.groupId}.plugin.util.api 2.36.0 - 1.4.0 + 1.6.0 0.8.4 2.0.5 6.12.0 From d71cd62e456d429858eb1b417d09b6515754450f Mon Sep 17 00:00:00 2001 From: Ulli Hafner Date: Mon, 15 Jun 2026 20:38:17 +0200 Subject: [PATCH 2/2] Ignore all J2HTML versions except 1.4.0 --- .github/renovate.json | 7 ++++++- pom.xml | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.github/renovate.json b/.github/renovate.json index 4d2c374..27b9277 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -2,5 +2,10 @@ "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": ["github>jenkinsci/renovate-config"], "commitMessageAction": "Bump", - "ignorePaths": ["src/**"] + "ignorePaths": ["src/**"], + "packageRules": [ + { + "matchPackageNames": ["com.j2html:j2html"], + "allowedVersions": "< 1.5.0" + }, } diff --git a/pom.xml b/pom.xml index 0ac91c0..2340919 100644 --- a/pom.xml +++ b/pom.xml @@ -46,7 +46,7 @@ ${project.groupId}.plugin.util.api 2.36.0 - 1.6.0 + 1.4.0 0.8.4 2.0.5 6.12.0