Skip to content

Commit 44037fa

Browse files
chore(deps): update maven plugins (opentripplanner#6710)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a795ee0 commit 44037fa

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

application/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -444,7 +444,7 @@
444444
<plugin>
445445
<groupId>org.codehaus.mojo</groupId>
446446
<artifactId>build-helper-maven-plugin</artifactId>
447-
<version>3.6.0</version>
447+
<version>3.6.1</version>
448448
<executions>
449449
<execution>
450450
<id>build-helper-generate-sources</id>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@
267267
but we need the Maven project version as well, so we perform substitution. -->
268268
<groupId>io.github.git-commit-id</groupId>
269269
<artifactId>git-commit-id-maven-plugin</artifactId>
270-
<version>9.0.1</version>
270+
<version>9.0.2</version>
271271
<executions>
272272
<execution>
273273
<goals>
@@ -313,7 +313,7 @@
313313
<plugin>
314314
<groupId>com.google.cloud.tools</groupId>
315315
<artifactId>jib-maven-plugin</artifactId>
316-
<version>3.4.5</version>
316+
<version>3.4.6</version>
317317
<configuration>
318318
<container>
319319
<mainClass>org.opentripplanner.standalone.OTPMain</mainClass>

0 commit comments

Comments
 (0)