From 9ce8b2491bd7b2b7a5a31052bb7407e66539a058 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Mon, 15 Jun 2026 11:19:14 +0000
Subject: [PATCH 1/2] Bump dependency org.jvnet.hudson.plugins:analysis-pom to
v12.3251.v465c8cec2c4e
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 2340919..885dd2f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
org.jvnet.hudson.plugins
analysis-pom
- 12.3200.vc79dce20f68b_
+ 12.3251.v465c8cec2c4e
From a5f1f72ab3215637430ea6f20f72ac1d92289eee Mon Sep 17 00:00:00 2001
From: Ulli Hafner
Date: Wed, 17 Jun 2026 10:46:00 +0200
Subject: [PATCH 2/2] Exclude ValidationUtilitiesTest from PMD analysis
See issue https://github.com/pmd/pmd/issues/6782
and fix https://github.com/pmd/pmd/pull/6783.
---
pom.xml | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/pom.xml b/pom.xml
index 885dd2f..4cbb97b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -271,6 +271,16 @@
+
+
+ org.apache.maven.plugins
+ maven-pmd-plugin
+
+
+ **/ValidationUtilitiesTest.java
+
+
+
org.assertj
assertj-assertions-generator-maven-plugin