versions-maven-plugin 2.5 -> 2.7.
diff --git a/pom.xml b/pom.xml
index 7094d97..0c698eb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -156,7 +156,7 @@
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>versions-maven-plugin</artifactId>
         <!-- Version 2.2 causes an NPE with Maven 3.3.9 -->
-        <version>2.5</version>
+        <version>2.7</version>
       </plugin>
     </plugins>
   </build>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index f85f8df..747e60b 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -26,6 +26,9 @@
 

   <body>

     <release version="1.11" date="YYYY-MM-DD" description="Feature release">

+      <action dev="ggregory" type="update">

+        versions-maven-plugin 2.5 -> 2.7.

+      </action>

     </release>

 

     <release version="1.10" date="2019-02-26" description="Feature release">