You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by pc...@apache.org on 2024/03/21 08:31:07 UTC

(camel-k-runtime) branch main updated: build(deps): bump org.apache.maven.plugins:maven-compiler-plugin

This is an automated email from the ASF dual-hosted git repository.

pcongiusti 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 179da5f1 build(deps): bump org.apache.maven.plugins:maven-compiler-plugin
179da5f1 is described below

commit 179da5f17afb8473dab67010634dc5bf4347479c
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Wed Mar 20 20:19:52 2024 +0000

    build(deps): bump org.apache.maven.plugins:maven-compiler-plugin
    
    Bumps [org.apache.maven.plugins:maven-compiler-plugin](https://github.com/apache/maven-compiler-plugin) from 3.12.1 to 3.13.0.
    - [Release notes](https://github.com/apache/maven-compiler-plugin/releases)
    - [Commits](https://github.com/apache/maven-compiler-plugin/compare/maven-compiler-plugin-3.12.1...maven-compiler-plugin-3.13.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>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 6e23210c..dffbd00a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -58,7 +58,7 @@
 
         <!-- plugins -->
         <gmavenplus-plugin-version>3.0.2</gmavenplus-plugin-version>
-        <maven-compiler-plugin-version>3.12.1</maven-compiler-plugin-version>
+        <maven-compiler-plugin-version>3.13.0</maven-compiler-plugin-version>
         <maven-assembly-plugin-version>3.7.0</maven-assembly-plugin-version>
         <maven-dependency-plugin-version>3.6.1</maven-dependency-plugin-version>
         <maven-surefire-plugin-version>3.2.5</maven-surefire-plugin-version>