summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorMarco Miller <marco.miller@ericsson.com>2020-09-02 16:49:41 -0400
committerMarco Miller <marco.miller@ericsson.com>2020-09-02 16:50:05 -0400
commitdf6a1c55fa12a296476848e2b2fa1842abafa46d (patch)
tree12172d591ebfa85b672669325dae3da387f3ae27 /pom.xml
parent6ae1a300041b33dc00550f68f6dd417b40c2922d (diff)
parent14d5a7497f2f599d6bc24dbccd90a2a22ccbd599 (diff)
downloadjgit-df6a1c55fa12a296476848e2b2fa1842abafa46d.tar.gz
jgit-df6a1c55fa12a296476848e2b2fa1842abafa46d.zip
Merge branch 'stable-5.9'
* stable-5.9: Upgrade maven-resources-plugin to 3.2.0 Upgrade plexus-compiler version to 2.8.8 [bazel] Add missing dependency to slf4j-api [errorprone] DirCacheEntry: make clear operator precedence [errorprone] PackWriter#parallelDeltaSearch: avoid suppressed exception [errorprone] Declare DirCache#version final Add jgit-4.17-staging target platform for 2020-09 Update target platform to R20200831200620 Signed-off-by: Marco Miller <marco.miller@ericsson.com> Change-Id: I2e2f41cf6ebbcb45b8978b519db3f1c8f7afb5f4
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 7de31f6852..b6d5c00711 100644
--- a/pom.xml
+++ b/pom.xml
@@ -178,7 +178,7 @@
<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>
<maven-compiler-plugin-version>3.8.1</maven-compiler-plugin-version>
- <plexus-compiler-version>2.8.7</plexus-compiler-version>
+ <plexus-compiler-version>2.8.8</plexus-compiler-version>
<!-- Properties to enable jacoco code coverage analysis -->
<sonar.core.codeCoveragePlugin>jacoco</sonar.core.codeCoveragePlugin>
@@ -384,7 +384,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-resources-plugin</artifactId>
- <version>3.1.0</version>
+ <version>3.2.0</version>
</plugin>
<plugin>
<groupId>org.springframework.boot</groupId>