This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-dbcp.git
The following commit(s) were added to refs/heads/master by this push:
new a6e47b8d Bump maven-pmd-plugin from 3.17.0 to 3.18.0
a6e47b8d is described below
commit a6e47b8d16e1ecfb4ad80565252562eeceb7aef6
Author: Gary Gregory <[email protected]>
AuthorDate: Tue Aug 30 09:17:01 2022 -0400
Bump maven-pmd-plugin from 3.17.0 to 3.18.0
Bump pmd from 6.47.0 to 6.48.0.
---
pom.xml | 4 ++--
src/changes/changes.xml | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/pom.xml b/pom.xml
index 94218f6a..d707f670 100644
--- a/pom.xml
+++ b/pom.xml
@@ -336,8 +336,8 @@
<commons.japicmp.ignoreMissingClasses>true</commons.japicmp.ignoreMissingClasses>
<spotbugs.plugin.version>4.7.1.1</spotbugs.plugin.version>
<spotbugs.impl.version>4.7.1</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.version>3.18.0</commons.pmd.version>
+ <commons.pmd-impl.version>6.48.0</commons.pmd-impl.version>
<!-- Commons Release Plugin -->
<commons.bc.version>2.9.0</commons.bc.version>
<commons.release.isDistModule>true</commons.release.isDistModule>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index d1b0c998..cba6cced 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -166,10 +166,10 @@ The <action> type attribute can be add,update,fix,remove.
Bump maven-javadoc-plugin from 3.3.0 to 3.4.0 #131, #184.
</action>
<action dev="ggregory" type="update" due-to="Dependabot, Gary Gregory">
- Bump maven-pmd-plugin from 3.14.0 to 3.17.0 #132, #172, #195.
+ Bump maven-pmd-plugin from 3.14.0 to 3.18.0 #132, #172, #195.
</action>
<action dev="ggregory" type="update" due-to="Dependabot, Gary Gregory">
- Bump pmd from 6.44.0 to 6.47.0.
+ Bump pmd from 6.44.0 to 6.48.0.
</action>
<action dev="ggregory" type="update" due-to="Dependabot">
Bump narayana-jta from 5.12.0.Final to 5.12.7.Final #134, #156, #163,
#185, #197.