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-spring-boot.git
The following commit(s) were added to refs/heads/main by this push: new 80c2fa0 Upgrade to maven compiler plugin 3.10.1 80c2fa0 is described below commit 80c2fa057bf9da7071beacf257baf22303cfd60e Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Sat Mar 26 07:55:07 2022 +0100 Upgrade to maven compiler plugin 3.10.1 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index f57eccc..befdcd0 100644 --- a/pom.xml +++ b/pom.xml @@ -125,7 +125,7 @@ <jakarta-jaxb-version>2.3.2</jakarta-jaxb-version> <jaxb-version>2.3.0</jaxb-version> <jetty9-version>9.4.32.v20200930</jetty9-version> - <maven-compiler-plugin-version>3.10.0</maven-compiler-plugin-version> + <maven-compiler-plugin-version>3.10.1</maven-compiler-plugin-version> <maven-javadoc-plugin-version>3.2.0</maven-javadoc-plugin-version> <maven-surefire-plugin-version>3.0.0-M4</maven-surefire-plugin-version> <mycila-license-version>3.0</mycila-license-version>