diff options
-rw-r--r-- | org.eclipse.jgit.benchmarks/pom.xml | 2 | ||||
-rw-r--r-- | pom.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.jgit.benchmarks/pom.xml b/org.eclipse.jgit.benchmarks/pom.xml index 3256c43998..9910e833ec 100644 --- a/org.eclipse.jgit.benchmarks/pom.xml +++ b/org.eclipse.jgit.benchmarks/pom.xml @@ -179,7 +179,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-project-info-reports-plugin</artifactId> - <version>3.0.0</version> + <version>3.1.1</version> </plugin> </plugins> </pluginManagement> @@ -173,7 +173,7 @@ <gson-version>2.8.2</gson-version> <bouncycastle-version>1.65</bouncycastle-version> <spotbugs-maven-plugin-version>4.0.4</spotbugs-maven-plugin-version> - <maven-project-info-reports-plugin-version>3.1.0</maven-project-info-reports-plugin-version> + <maven-project-info-reports-plugin-version>3.1.1</maven-project-info-reports-plugin-version> <maven-jxr-plugin-version>3.0.0</maven-jxr-plugin-version> <maven-surefire-plugin-version>3.0.0-M4</maven-surefire-plugin-version> <maven-surefire-report-plugin-version>${maven-surefire-plugin-version}</maven-surefire-report-plugin-version> |