Skip to content

Commit 03c2cba

Browse files
Merge pull request #7449 from opentripplanner/renovate/maven-plugins
Update Maven plugins
2 parents 2d82a91 + 6278ad5 commit 03c2cba

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@
113113
<plugin>
114114
<groupId>org.apache.maven.plugins</groupId>
115115
<artifactId>maven-shade-plugin</artifactId>
116-
<version>3.6.1</version>
116+
<version>3.6.2</version>
117117
</plugin>
118118
<plugin>
119119
<groupId>com.hubspot.maven.plugins</groupId>
@@ -199,7 +199,7 @@
199199
<plugin>
200200
<groupId>org.apache.maven.plugins</groupId>
201201
<artifactId>maven-resources-plugin</artifactId>
202-
<version>3.4.0</version>
202+
<version>3.5.0</version>
203203
<configuration>
204204
<propertiesEncoding>UTF-8</propertiesEncoding>
205205
</configuration>
@@ -332,7 +332,7 @@
332332
<plugin>
333333
<groupId>org.openrewrite.maven</groupId>
334334
<artifactId>rewrite-maven-plugin</artifactId>
335-
<version>6.29.0</version>
335+
<version>6.34.0</version>
336336
<configuration>
337337
<exportDatatables>true</exportDatatables>
338338
<activeRecipes>
@@ -351,7 +351,7 @@
351351
<dependency>
352352
<groupId>org.openrewrite.recipe</groupId>
353353
<artifactId>rewrite-static-analysis</artifactId>
354-
<version>2.27.0</version>
354+
<version>2.30.1</version>
355355
</dependency>
356356
</dependencies>
357357
</plugin>
@@ -375,7 +375,7 @@
375375
<dependency>
376376
<groupId>com.puppycrawl.tools</groupId>
377377
<artifactId>checkstyle</artifactId>
378-
<version>13.2.0</version>
378+
<version>13.3.0</version>
379379
</dependency>
380380
</dependencies>
381381
<executions>

0 commit comments

Comments
 (0)