This is an automated email from the ASF dual-hosted git repository. orpiske pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel.git
commit 1498296d7b67684bf1a6f09a74220f3c36297646 Author: Otavio Rodolfo Piske <[email protected]> AuthorDate: Sun Jun 25 08:46:29 2023 +0200 (chores) build: upgrade Maven Invoker Plugin to the latest version --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 27be04b38e0..5f2650e803e 100644 --- a/pom.xml +++ b/pom.xml @@ -118,7 +118,7 @@ <!-- reproduceable builds: https://maven.apache.org/guides/mini/guide-reproducible-builds.html --> <project.build.outputTimestamp>1980-01-01T00:00:02Z</project.build.outputTimestamp> - <maven-invoker-plugin-version>1.8</maven-invoker-plugin-version> + <maven-invoker-plugin-version>3.6.0</maven-invoker-plugin-version> <maven-compiler-plugin-version>3.11.0</maven-compiler-plugin-version> <maven-javadoc-plugin-version>3.5.0</maven-javadoc-plugin-version> <maven-surefire-plugin-version>3.1.2</maven-surefire-plugin-version>
