Update com.github.siom79.japicmp:japicmp-maven-plugin 0.15.2 -> 0.15.3.
diff --git a/pom.xml b/pom.xml
index 1a5e7a2..c2b1760 100644
--- a/pom.xml
+++ b/pom.xml
@@ -325,7 +325,7 @@
     <commons.javadoc.version>3.2.0</commons.javadoc.version>
     <!-- Constant for Commons Pool version (used in multiple places) -->
     <commons.pool.version>2.9.0</commons.pool.version>
-    <commons.japicmp.version>0.15.2</commons.japicmp.version>
+    <commons.japicmp.version>0.15.3</commons.japicmp.version>
     <commons.jacoco.version>0.8.6</commons.jacoco.version>
     <!-- See DBCP-445 and DBCP-454 -->
     <commons.osgi.import>javax.transaction;version="1.1.0",javax.transaction.xa;version="1.1.0";partial=true;mandatory:=partial,*</commons.osgi.import>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 3105ee0..b54bee2 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -91,7 +91,7 @@
          Bump maven-pmd-plugin from 3.13.0 to 3.14.0 #76.
       </action>
       <action dev="ggregory" type="update" due-to="Dependabot, Gary Gregory">
-        Bump japicmp-maven-plugin from 0.14.4 to 0.15.2, #83.
+        Bump japicmp-maven-plugin from 0.14.4 to 0.15.3, #83.
       </action>
       <action issue="DBCP-567" dev="ggregory" type="update" due-to="Phil Steitz, Gary Gregory, Phil Steitz, Romain Manni-Bucau">
         Use abort rather than close to clean up abandoned connections.