Bump junit from 4.12 to 4.13.1 in /parent #9
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 5f2c862..bf381fb 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -24,9 +24,12 @@
   </properties>
   <body>
     <release version="2.1" date="YYYY-MM-DD" description="Requires Java 8 or above.">
-      <action type="fix" dev="ggregory">Update commons.japicmp.version 0.11.1 -> 0.15.1.</action>
+      <!-- FIX -->
       <action type="fix" dev="ggregory" due-to="John Patrick">Use JUnit 5 assertThrows() #11, #12.</action>
+      <!-- UPDATE -->
+      <action type="update" dev="ggregory">Update commons.japicmp.version 0.11.1 -> 0.15.1.</action>
       <action type="update" dev="ggregory" due-to="Dependabot">Bump org.apache.maven:maven-core from 3.1.0 to 3.8.1 in /maven-plugin #13.</action>
+      <action type="update" dev="ggregory" due-to="Dependabot">Bump junit from 4.12 to 4.13.1 in /parent #9.</action>
     </release>
     <release version="2.0" date="2018-09-07" description="Requires Java 8 or above.">
       <action issue="WEAVER-16" type="fix">NullPointerException when weaving class with no package.</action>