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/01/02 09:17:14 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 f3089699 build(deps): bump org.apache.maven.plugins:maven-compiler-plugin
f3089699 is described below

commit f3089699409f32ff2a82f9dacccd1a93cee1d169
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Dec 25 20:13:54 2023 +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.0 to 3.12.1.
    - [Release notes](https://github.com/apache/maven-compiler-plugin/releases)
    - [Commits](https://github.com/apache/maven-compiler-plugin/compare/maven-compiler-plugin-3.12.0...maven-compiler-plugin-3.12.1)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.maven.plugins:maven-compiler-plugin
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    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 cadde97d..d2cf2b24 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.0</maven-compiler-plugin-version>
+        <maven-compiler-plugin-version>3.12.1</maven-compiler-plugin-version>
         <maven-assembly-plugin-version>3.6.0</maven-assembly-plugin-version>
         <maven-dependency-plugin-version>3.6.1</maven-dependency-plugin-version>
         <maven-surefire-plugin-version>3.2.3</maven-surefire-plugin-version>