You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2022/08/24 12:54:17 UTC

[camel-k-runtime] branch main updated: build(deps): bump value from 2.9.0 to 2.9.1

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

acosentino 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 ce463eed build(deps): bump value from 2.9.0 to 2.9.1
ce463eed is described below

commit ce463eede16e02900c1f0e0bc1c95dc8280fc53f
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Aug 22 19:01:20 2022 +0000

    build(deps): bump value from 2.9.0 to 2.9.1
    
    Bumps [value](https://github.com/immutables/immutables) from 2.9.0 to 2.9.1.
    - [Release notes](https://github.com/immutables/immutables/releases)
    - [Commits](https://github.com/immutables/immutables/commits/2.9.1)
    
    ---
    updated-dependencies:
    - dependency-name: org.immutables:value
      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 db32bd3a..ad5cc9cb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -48,7 +48,7 @@
 
         <!-- camel-k -->
         <groovy-version>3.0.12</groovy-version>
-        <immutables-version>2.9.0</immutables-version>
+        <immutables-version>2.9.1</immutables-version>
 
         <!-- plugins -->
         <gmavenplus-plugin-version>1.13.1</gmavenplus-plugin-version>