Skip to content

Commit

Permalink
[MCOMPILER-519] Upgrade maven-invoker-plugin from 3.3.0 to 3.4.0
Browse files Browse the repository at this point in the history
 * 3.4.0 brings in support for building on JDK 19

 * once the parent brings in this version, the explicit version can be
   of course removed
  • Loading branch information
psiroky authored and slachiewicz committed Jan 16, 2023
1 parent 81de779 commit c62de5c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,8 @@ under the License.
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-invoker-plugin</artifactId>
<!-- TODO: verify the version override is still needed when upgrading parent -->
<version>3.4.0</version>
<executions>
<execution>
<id>integration-test</id>
Expand Down

0 comments on commit c62de5c

Please sign in to comment.