aboutsummaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorcpovirk <cpovirk@google.com>2020-10-22 12:19:59 -0700
committerGoogle Java Core Libraries <java-core-libraries-team+copybara@google.com>2020-10-22 12:20:32 -0700
commit9fecee17dbb34dba42b497f1699112c7e10f30a6 (patch)
tree14f751223f8e13cd0e9552f2c52d85b4ab874292 /common
parent14bb4c20c792b0ea16dde838ae10e9329f05cda4 (diff)
downloadauto-9fecee17dbb34dba42b497f1699112c7e10f30a6.tar.gz
Update versions of some plugins.
Process: Just look at https://github.com/google/auto/pulls, grep for all files that contain the plugins mentioned, and edit them with Vim :) There might be other plugins that could be updated, too; I didn't check. Fixes #916 Fixes #913 Fixes #912 Fixes #910 Fixes #909 Fixes #907 Fixes #905 Fixes #902 Fixes #898 ...and, as with the previous CL, also "fixes" some PRs that Dependabot hasn't gotten around to submitting yet :) RELNOTES=n/a PiperOrigin-RevId: 338524539
Diffstat (limited to 'common')
-rw-r--r--common/pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/common/pom.xml b/common/pom.xml
index 4ebf5b93..df328ebf 100644
--- a/common/pom.xml
+++ b/common/pom.xml
@@ -116,7 +116,7 @@
<plugins>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
- <version>3.7.0</version>
+ <version>3.8.1</version>
<configuration>
<source>${java.version}</source>
<target>${java.version}</target>
@@ -128,14 +128,14 @@
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-java</artifactId>
- <version>0.9.4</version>
+ <version>1.0.5</version>
</dependency>
</dependencies>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
- <version>3.0.2</version>
+ <version>3.2.0</version>
</plugin>
</plugins>
</build>