From 6f3951bd27018bef32f67e22e2b191563c85d03e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Mat=C4=9Bj=C4=8Dek?= Date: Mon, 4 May 2026 10:50:38 +0200 Subject: [PATCH 1/3] Configured dependabot for maven plugins too MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: David Matějček --- .github/dependabot.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 9ca8cf743a..6737e8c32c 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,3 +5,10 @@ updates: schedule: interval: "daily" time: "02:00" + groups: + maven-plugins: + patterns: + - "*:*-plugin" + dependencies: + patterns: + - "*" From 49136bc274111a4c3db5245e7856ac6ccedd3a10 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Mat=C4=9Bj=C4=8Dek?= Date: Mon, 4 May 2026 11:05:41 +0200 Subject: [PATCH 2/3] Configured enforcer plugin to make plugin updates easier MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: David Matějček --- pom.xml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/pom.xml b/pom.xml index bdc8cfaf86..e703fc7704 100644 --- a/pom.xml +++ b/pom.xml @@ -183,6 +183,29 @@ + + org.apache.maven.plugins + maven-enforcer-plugin + + + enforce-maven + + enforce + + + + + [17,) + + + [3.9.0,) + + + + + + + org.apache.maven.plugins maven-jar-plugin From adca3db42a6274e9d73759bb2d5bc3a408a4de09 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Mat=C4=9Bj=C4=8Dek?= Date: Mon, 4 May 2026 11:06:00 +0200 Subject: [PATCH 3/3] Added missing resources plugin - maven complained MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: David Matějček --- pom.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pom.xml b/pom.xml index e703fc7704..a904154f50 100644 --- a/pom.xml +++ b/pom.xml @@ -263,6 +263,10 @@ + + maven-resources-plugin + 3.5.0 + org.apache.maven.plugins maven-surefire-plugin