Merge pull request #21 from apache/dependabot/maven/org.apache.maven.plugins-maven-idea-plugin-2.2.1

Bump maven-idea-plugin from 2.2 to 2.2.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 cd6c611..c7200d0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -364,7 +364,7 @@
           <plugin>
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-changes-plugin</artifactId>
-            <version>2.8</version>
+            <version>2.12.1</version>
             <configuration>
               <xmlPath>${basedir}/src/changes/changes.xml</xmlPath>
               <issueLinkTemplate>%URL%/%ISSUE%</issueLinkTemplate>
@@ -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>
@@ -433,7 +433,7 @@
           <plugin>
             <groupId>org.codehaus.mojo</groupId>
             <artifactId>javancss-maven-plugin</artifactId>
-            <version>2.0</version>
+            <version>2.1</version>
           </plugin>
           <plugin>
             <groupId>org.codehaus.sonar-plugins</groupId>
@@ -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>