Skip to content

Commit 5638972

Browse files
cgdeckerJimfs Team
authored and
Jimfs Team
committed
Update some plugins.
PiperOrigin-RevId: 331165254
1 parent 199f3dc commit 5638972

File tree

1 file changed

+4
-13
lines changed

1 file changed

+4
-13
lines changed

pom.xml

+4-13
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,6 @@
8989
<auto-service.version>1.0-rc7</auto-service.version>
9090
<java.version>1.7</java.version>
9191
<guava.version>29.0-android</guava.version>
92-
<surefire.version>3.0.0-M3</surefire.version>
9392
<!--
9493
NOTE: When updating errorprone.version, also update javac.version to the
9594
version used by the new error-prone version. You should be able to find
@@ -164,11 +163,11 @@
164163
</plugin>
165164
<plugin>
166165
<artifactId>maven-source-plugin</artifactId>
167-
<version>3.0.1</version>
166+
<version>3.2.0</version>
168167
</plugin>
169168
<plugin>
170169
<artifactId>maven-javadoc-plugin</artifactId>
171-
<version>3.1.1</version>
170+
<version>3.2.0</version>
172171
<configuration>
173172
<debug>true</debug>
174173
<encoding>UTF-8</encoding>
@@ -190,20 +189,12 @@
190189
</plugin>
191190
<plugin>
192191
<artifactId>maven-surefire-plugin</artifactId>
193-
<version>${surefire.version}</version>
194-
<!-- For some reason, we need this for our internal tests that run in offline mode: -->
195-
<dependencies>
196-
<dependency>
197-
<groupId>org.apache.maven.surefire</groupId>
198-
<artifactId>surefire-junit4</artifactId>
199-
<version>${surefire.version}</version>
200-
</dependency>
201-
</dependencies>
192+
<version>3.0.0-M5</version>
202193
</plugin>
203194
<plugin>
204195
<groupId>org.apache.felix</groupId>
205196
<artifactId>maven-bundle-plugin</artifactId>
206-
<version>3.5.0</version>
197+
<version>5.1.1</version>
207198
</plugin>
208199
</plugins>
209200
</pluginManagement>

0 commit comments

Comments
 (0)