Bump PMD implementation from 6.47.0 to 6.48.0.
diff --git a/pom.xml b/pom.xml
index d550d29..dee8dda 100644
--- a/pom.xml
+++ b/pom.xml
@@ -346,7 +346,7 @@
     <commons.spotbugs.plugin.version>4.7.1.1</commons.spotbugs.plugin.version>
     <commons.spotbugs.impl.version>4.7.1</commons.spotbugs.impl.version>
     <commons.pmd.version>3.17.0</commons.pmd.version>
-    <commons.pmd-impl.version>6.47.0</commons.pmd-impl.version>
+    <commons.pmd-impl.version>6.48.0</commons.pmd-impl.version>
     <jmh.version>1.35</jmh.version>
     <japicmp.skip>false</japicmp.skip>
     <jacoco.skip>${env.JACOCO_SKIP}</jacoco.skip>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 83ce97e..3cc8088 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -495,7 +495,7 @@
         Bump commons.surefire.version 3.0.0-M5 to 3.0.0-M7.
       </action>
       <action dev="ggregory" type="update" due-to="Gary Gregory">
-        Bump PMD implementation from 6.44.0 to 6.47.0.
+        Bump PMD implementation from 6.44.0 to 6.48.0.
       </action>
       <action dev="ggregory" type="update" due-to="Gary Gregory">
         Bump PMD plugin from 3.16.0 to 3.17.0.