Skip to content

Commit

Permalink
fix(java): maven-surefire-plugin 2.22.2 (#1165)
Browse files Browse the repository at this point in the history
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
  • Loading branch information
sullis and mergify[bot] committed Jan 6, 2020
1 parent 591a5d9 commit 2f1f7b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/@jsii/java-runtime/pom.xml.t.js
Original file line number Diff line number Diff line change
Expand Up @@ -168,12 +168,12 @@ process.stdout.write(`<?xml version="1.0" encoding="UTF-8"?>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.22.0</version>
<version>2.22.2</version>
</plugin>
<plugin>
<artifactId>maven-failsafe-plugin</artifactId>
<version>2.22.0</version>
<version>2.22.2</version>
</plugin>
</plugins>
</build>
Expand Down

0 comments on commit 2f1f7b9

Please sign in to comment.