Skip to content

Commit c8b6340

Browse files
HDDS-14783. Bump maven-pmd-plugin to 3.28.0 (#9880)
1 parent f56535f commit c8b6340

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

hadoop-hdds/erasurecode/src/test/java/org/apache/ozone/erasurecode/rawcoder/TestRawCoderBase.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ protected RawErasureDecoder createDecoder() {
276276
ECReplicationConfig replicationConfig =
277277
new ECReplicationConfig(numDataUnits, numParityUnits);
278278
try {
279-
RawErasureCoderFactory factory = encoderFactoryClass.newInstance();
279+
RawErasureCoderFactory factory = decoderFactoryClass.newInstance();
280280
return factory.createDecoder(replicationConfig);
281281
} catch (Exception e) {
282282
throw new RuntimeException("Failed to create decoder", e);

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@
182182
4.7.7: https://github.com/remkop/picocli/issues/2407
183183
-->
184184
<picocli.version>4.7.5</picocli.version>
185-
<pmd.version>3.26.0</pmd.version>
185+
<pmd.version>3.28.0</pmd.version>
186186
<!-- Enable Reproducible Builds mode -->
187187
<project.build.outputTimestamp>2025-03-12T22:12:52Z</project.build.outputTimestamp>
188188
<!-- platform encoding override -->

0 commit comments

Comments
 (0)