You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2023/12/23 06:58:17 UTC

(camel) branch main updated: Bump org.apache.maven.plugins:maven-compiler-plugin (#12571)

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


The following commit(s) were added to refs/heads/main by this push:
     new 00775397375 Bump org.apache.maven.plugins:maven-compiler-plugin (#12571)
00775397375 is described below

commit 00775397375d6ff7a69218621368bb6acec7e91b
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Sat Dec 23 07:58:11 2023 +0100

    Bump org.apache.maven.plugins:maven-compiler-plugin (#12571)
    
    Bumps [org.apache.maven.plugins:maven-compiler-plugin](https://github.com/apache/maven-compiler-plugin) from 3.11.0 to 3.12.0.
    - [Release notes](https://github.com/apache/maven-compiler-plugin/releases)
    - [Commits](https://github.com/apache/maven-compiler-plugin/compare/maven-compiler-plugin-3.11.0...maven-compiler-plugin-3.12.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] <su...@github.com>
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 634f8e19aeb..4f454af8675 100644
--- a/pom.xml
+++ b/pom.xml
@@ -125,7 +125,7 @@
         <gmavenplus-plugin-version>2.1.0</gmavenplus-plugin-version>
         <license-maven-plugin-version>4.3</license-maven-plugin-version>
         <maven-assembly-plugin-version>3.6.0</maven-assembly-plugin-version>
-        <maven-compiler-plugin-version>3.11.0</maven-compiler-plugin-version>
+        <maven-compiler-plugin-version>3.12.0</maven-compiler-plugin-version>
         <maven-dependency-plugin-version>3.6.1</maven-dependency-plugin-version>
         <maven-enforcer-plugin-version>3.4.1</maven-enforcer-plugin-version>
         <maven-invoker-plugin-version>3.6.0</maven-invoker-plugin-version>