Merge branch 'master' of https://gitbox.apache.org/repos/asf/commons-email
diff --git a/pom.xml b/pom.xml
index aed8a3d..2a0c2e7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -474,7 +474,7 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-pmd-plugin</artifactId>
-                <version>3.14.0</version>
+                <version>3.16.0</version>
                 <configuration>
                     <targetJdk>${maven.compiler.target}</targetJdk>
                 </configuration>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 82ff7b7..d153554 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -60,7 +60,7 @@
         Bump commons-release-plugin from 1.0 to 1.7 #23
       </action>
       <action type="update" due-to="Dependabot" dev="ggregory">
-        Bump maven-pmd-plugin from 3.13.0 to 3.14.0 #34.
+        Bump maven-pmd-plugin from 3.13.0 to 3.16.0 #34, #72.
       </action>
       <action type="update" due-to="Gary Gregory">
         Update from Java 7 to 8.