Merge pull request #19 from apache/dependabot/maven/org.apache.maven.plugins-maven-changes-plugin-2.12.1

Bump maven-changes-plugin from 2.8 to 2.12.1
diff --git a/README.md b/README.md
index ce35222..2063a06 100644
--- a/README.md
+++ b/README.md
@@ -16,5 +16,6 @@
 -->
 # Apache Commons OGNL
 
-[![Build Status](https://travis-ci.com/apache/commons-ognl.svg?branch=master)](https://travis-ci.com/apache/commons-ognl)
+[![Java CI Status](https://github.com/apache/commons-ognl/workflows/Java%20CI/badge.svg)](https://github.com/apache/commons-ognl/actions?query=workflow%3A%22Java+CI%22)
+[![Travis Status](https://travis-ci.com/apache/commons-ognl.svg?branch=master)](https://travis-ci.com/apache/commons-ognl)
 [![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-ognl/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-ognl)
diff --git a/pom.xml b/pom.xml
index 4320536..a86beff 100644
--- a/pom.xml
+++ b/pom.xml
@@ -400,7 +400,7 @@
           <plugin>
             <groupId>org.codehaus.mojo</groupId>
             <artifactId>cobertura-maven-plugin</artifactId>
-            <version>2.4</version>
+            <version>2.7</version>
           </plugin>
           <plugin>
             <artifactId>maven-pmd-plugin</artifactId>
@@ -561,7 +561,7 @@
           <plugin>
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-antrun-plugin</artifactId>
-            <version>1.7</version>
+            <version>3.0.0</version>
             <executions>
               <execution>
                 <id>prepare-checkout</id>