Skip to content

Commit ae106c8

Browse files
Update Maven plugins (opentripplanner#7085)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent cf4ed4b commit ae106c8

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@
133133
<plugin>
134134
<groupId>org.apache.maven.plugins</groupId>
135135
<artifactId>maven-jar-plugin</artifactId>
136-
<version>3.4.2</version>
136+
<version>3.5.0</version>
137137
<configuration>
138138
<archive>
139139
<manifestEntries>
@@ -292,7 +292,7 @@
292292
<plugin>
293293
<groupId>org.openrewrite.maven</groupId>
294294
<artifactId>rewrite-maven-plugin</artifactId>
295-
<version>6.18.0</version>
295+
<version>6.24.0</version>
296296
<configuration>
297297
<exportDatatables>true</exportDatatables>
298298
<activeRecipes>
@@ -311,7 +311,7 @@
311311
<dependency>
312312
<groupId>org.openrewrite.recipe</groupId>
313313
<artifactId>rewrite-static-analysis</artifactId>
314-
<version>2.18.0</version>
314+
<version>2.22.0</version>
315315
</dependency>
316316
</dependencies>
317317
<executions>
@@ -369,7 +369,7 @@
369369
<plugin>
370370
<groupId>com.google.cloud.tools</groupId>
371371
<artifactId>jib-maven-plugin</artifactId>
372-
<version>3.4.6</version>
372+
<version>3.5.1</version>
373373
<configuration>
374374
<container>
375375
<mainClass>org.opentripplanner.standalone.OTPMain</mainClass>

0 commit comments

Comments
 (0)