This is an automated email from the ASF dual-hosted git repository. reta pushed a commit to branch 3.6.x-fixes in repository https://gitbox.apache.org/repos/asf/cxf.git
commit 5bcf965d7d00b6fde93f129b44f97d164057c2c8 Author: Andriy Redko <[email protected]> AuthorDate: Fri Oct 10 17:50:43 2025 -0400 Update maven-pmd-plugin to 3.28.0 (cherry picked from commit 822689a77d10f32e97cfefbcff31b91494319005) (cherry picked from commit 99d8ef439c335fb457d9907dbc7da24e2c27c13e) --- parent/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parent/pom.xml b/parent/pom.xml index db886dab35..838445aec7 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -425,7 +425,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-pmd-plugin</artifactId> - <version>3.26.0</version> + <version>3.28.0</version> <dependencies> <dependency> <groupId>org.apache.cxf.build-utils</groupId>
