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-karaf.git
commit 744c1427d0ef01df8e7457ef540edbd1e24f0f73 Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Tue Feb 15 22:03:00 2022 +0100 Upgrade maven compiler plugin --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 52839f5..c95482a 100644 --- a/pom.xml +++ b/pom.xml @@ -233,7 +233,7 @@ <lz4-version>1.8.0</lz4-version> <!-- TODO: log4j 2.15.0 does not work for all features --> <log4j2-version>2.13.3</log4j2-version> - <maven-compiler-plugin-version>3.8.1</maven-compiler-plugin-version> + <maven-compiler-plugin-version>3.10.0</maven-compiler-plugin-version> <maven-owasp-plugin-version>5.3.1</maven-owasp-plugin-version> <maven-surefire-plugin-version>3.0.0-M4</maven-surefire-plugin-version> <mimepull-version>1.9.15</mimepull-version>