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/01 10:42:11 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 3d83bc7a build(deps): bump com.google.cloud.tools:jib-maven-plugin
3d83bc7a is described below

commit 3d83bc7af4b1e918ed418e34dd651e3b444d0164
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Wed Feb 28 20:16:28 2024 +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.4.0 to 3.4.1.
    - [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-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 b59740ea..ea8b5d3e 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.11</cyclonedx-maven-plugin-version>
 
-        <jib-maven-plugin-version>3.4.0</jib-maven-plugin-version>
+        <jib-maven-plugin-version>3.4.1</jib-maven-plugin-version>
         <jib-layer-filter-extension-maven-version>0.3.0</jib-layer-filter-extension-maven-version>
     </properties>