Skip to content

Commit c62de5c

Browse files
psirokyslachiewicz
authored andcommitted
[MCOMPILER-519] Upgrade maven-invoker-plugin from 3.3.0 to 3.4.0
* 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
1 parent 81de779 commit c62de5c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pom.xml

+2
Original file line numberDiff line numberDiff line change
@@ -226,6 +226,8 @@ under the License.
226226
<plugin>
227227
<groupId>org.apache.maven.plugins</groupId>
228228
<artifactId>maven-invoker-plugin</artifactId>
229+
<!-- TODO: verify the version override is still needed when upgrading parent -->
230+
<version>3.4.0</version>
229231
<executions>
230232
<execution>
231233
<id>integration-test</id>

0 commit comments

Comments
 (0)