From b4fa3ab877c00bddacf09ba0626a030a8e892924 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2024 08:29:42 +0100 Subject: [PATCH] Update dependency org.apache.maven.plugins:maven-pmd-plugin to v3.26.0 (#336) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 8754a92..3a21b82 100644 --- a/pom.xml +++ b/pom.xml @@ -249,7 +249,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-pmd-plugin</artifactId> - <version>3.25.0</version> + <version>3.26.0</version> <configuration> <includeTests>true</includeTests> <printFailingErrors>true</printFailingErrors>