This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel.git
commit e48c6f96a99c15271f12f518b885b14ed426ccf2 Author: Claus Ibsen <[email protected]> AuthorDate: Mon Mar 6 10:05:15 2023 +0100 Upgrade to maven-compiler-plugin 3.11.0 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index beaa1437ded..6d85750a1c6 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>1</project.build.outputTimestamp> - <maven-compiler-plugin-version>3.10.1</maven-compiler-plugin-version> + <maven-compiler-plugin-version>3.11.0</maven-compiler-plugin-version> <maven-javadoc-plugin-version>3.2.0</maven-javadoc-plugin-version> <maven-surefire-plugin-version>3.0.0-M8</maven-surefire-plugin-version> <maven-failsafe-plugin-version>3.0.0-M8</maven-failsafe-plugin-version>
