aboutsummaryrefslogtreecommitdiff
path: root/factory
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 /factory
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 'factory')
-rw-r--r--factory/pom.xml8
-rw-r--r--factory/src/it/functional/pom.xml6
2 files changed, 7 insertions, 7 deletions
diff --git a/factory/pom.xml b/factory/pom.xml
index 18f51f89..84ae289f 100644
--- a/factory/pom.xml
+++ b/factory/pom.xml
@@ -158,7 +158,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>
@@ -170,17 +170,17 @@
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-java</artifactId>
- <version>0.9.4</version>
+ <version>1.0.5</version>
</dependency>
</dependencies>
</plugin>
<plugin>
<artifactId>maven-jar-plugin</artifactId>
- <version>3.0.2</version>
+ <version>3.2.0</version>
</plugin>
<plugin>
<artifactId>maven-invoker-plugin</artifactId>
- <version>3.0.1</version>
+ <version>3.2.1</version>
<configuration>
<addTestClassPath>true</addTestClassPath>
<cloneProjectsTo>${project.build.directory}/it</cloneProjectsTo>
diff --git a/factory/src/it/functional/pom.xml b/factory/src/it/functional/pom.xml
index 56e8f6f2..1ca7f575 100644
--- a/factory/src/it/functional/pom.xml
+++ b/factory/src/it/functional/pom.xml
@@ -82,12 +82,12 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
- <version>3.0.2</version>
+ <version>3.2.0</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
- <version>3.7.0</version>
+ <version>3.8.1</version>
<configuration>
<source>1.8</source>
<target>1.8</target>
@@ -99,7 +99,7 @@
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-java</artifactId>
- <version>0.9.4</version>
+ <version>1.0.5</version>
</dependency>
</dependencies>
</plugin>