This is an automated email from the ASF dual-hosted git repository. lburgazzoli pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-k-runtime.git
The following commit(s) were added to refs/heads/main by this push: new 3aa6911 build(deps): bump maven-compiler-plugin from 3.9.0 to 3.10.0 3aa6911 is described below commit 3aa69118c5504714e35b5b7d2c756275e709449e Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Mon Feb 14 20:23:45 2022 +0000 build(deps): bump maven-compiler-plugin from 3.9.0 to 3.10.0 Bumps [maven-compiler-plugin](https://github.com/apache/maven-compiler-plugin) from 3.9.0 to 3.10.0. - [Release notes](https://github.com/apache/maven-compiler-plugin/releases) - [Commits](https://github.com/apache/maven-compiler-plugin/compare/maven-compiler-plugin-3.9.0...maven-compiler-plugin-3.10.0) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-compiler-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <supp...@github.com> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 6cc6fda..57953d0 100644 --- a/pom.xml +++ b/pom.xml @@ -58,7 +58,7 @@ <!-- plugins --> <gmavenplus-plugin-version>1.13.1</gmavenplus-plugin-version> - <maven-compiler-plugin-version>3.9.0</maven-compiler-plugin-version> + <maven-compiler-plugin-version>3.10.0</maven-compiler-plugin-version> <maven-surefire-plugin-version>3.0.0-M5</maven-surefire-plugin-version> <maven-remote-resources-plugin-version>1.7.0</maven-remote-resources-plugin-version> <maven-failsafe-plugin-version>3.0.0-M5</maven-failsafe-plugin-version>