This is an automated email from the ASF dual-hosted git repository.

adoroszlai pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ozone.git


The following commit(s) were added to refs/heads/master by this push:
     new c8b63403d60 HDDS-14783. Bump maven-pmd-plugin to 3.28.0 (#9880)
c8b63403d60 is described below

commit c8b63403d607aa7976c3d516264399028b66da75
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sat Mar 7 11:43:20 2026 +0100

    HDDS-14783. Bump maven-pmd-plugin to 3.28.0 (#9880)
---
 .../java/org/apache/ozone/erasurecode/rawcoder/TestRawCoderBase.java    | 2 +-
 pom.xml                                                                 | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/hadoop-hdds/erasurecode/src/test/java/org/apache/ozone/erasurecode/rawcoder/TestRawCoderBase.java
 
b/hadoop-hdds/erasurecode/src/test/java/org/apache/ozone/erasurecode/rawcoder/TestRawCoderBase.java
index 25cd6e77b71..4338875e860 100644
--- 
a/hadoop-hdds/erasurecode/src/test/java/org/apache/ozone/erasurecode/rawcoder/TestRawCoderBase.java
+++ 
b/hadoop-hdds/erasurecode/src/test/java/org/apache/ozone/erasurecode/rawcoder/TestRawCoderBase.java
@@ -276,7 +276,7 @@ protected RawErasureDecoder createDecoder() {
     ECReplicationConfig replicationConfig =
         new ECReplicationConfig(numDataUnits, numParityUnits);
     try {
-      RawErasureCoderFactory factory = encoderFactoryClass.newInstance();
+      RawErasureCoderFactory factory = decoderFactoryClass.newInstance();
       return factory.createDecoder(replicationConfig);
     } catch (Exception e) {
       throw new RuntimeException("Failed to create decoder", e);
diff --git a/pom.xml b/pom.xml
index 4257d46f6ff..7d48d5135a7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -182,7 +182,7 @@
       4.7.7: https://github.com/remkop/picocli/issues/2407
     -->
     <picocli.version>4.7.5</picocli.version>
-    <pmd.version>3.26.0</pmd.version>
+    <pmd.version>3.28.0</pmd.version>
     <!-- Enable Reproducible Builds mode -->
     
<project.build.outputTimestamp>2025-03-12T22:12:52Z</project.build.outputTimestamp>
     <!-- platform encoding override -->


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to