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 2023/10/10 06:22:59 UTC

[camel-k-runtime] branch main updated: build(deps): bump com.google.cloud.tools:jib-maven-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 5d317888 build(deps): bump com.google.cloud.tools:jib-maven-plugin
5d317888 is described below

commit 5d3178883aa738de495f49c24f4e3edff56f79aa
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Oct 9 19:59:10 2023 +0000

    build(deps): bump com.google.cloud.tools:jib-maven-plugin
    
    Bumps [com.google.cloud.tools:jib-maven-plugin](https://github.com/GoogleContainerTools/jib) from 3.3.2 to 3.4.0.
    - [Release notes](https://github.com/GoogleContainerTools/jib/releases)
    - [Commits](https://github.com/GoogleContainerTools/jib/commits)
    
    ---
    updated-dependencies:
    - dependency-name: com.google.cloud.tools:jib-maven-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 37cbfcfa..217ae119 100644
--- a/pom.xml
+++ b/pom.xml
@@ -91,7 +91,7 @@
         <maven-shaded-version>3.3.2</maven-shaded-version>
         <cyclonedx-maven-plugin-version>2.7.9</cyclonedx-maven-plugin-version>
 
-        <jib-maven-plugin-version>3.3.2</jib-maven-plugin-version>
+        <jib-maven-plugin-version>3.4.0</jib-maven-plugin-version>
         <jib-layer-filter-extension-maven-version>0.3.0</jib-layer-filter-extension-maven-version>
     </properties>