diff options
author | Marco Miller <marco.miller@ericsson.com> | 2020-09-02 16:49:41 -0400 |
---|---|---|
committer | Marco Miller <marco.miller@ericsson.com> | 2020-09-02 16:50:05 -0400 |
commit | df6a1c55fa12a296476848e2b2fa1842abafa46d (patch) | |
tree | 12172d591ebfa85b672669325dae3da387f3ae27 /pom.xml | |
parent | 6ae1a300041b33dc00550f68f6dd417b40c2922d (diff) | |
parent | 14d5a7497f2f599d6bc24dbccd90a2a22ccbd599 (diff) | |
download | jgit-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.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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> |