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 2022/08/10 10:39:28 UTC

[camel-k] branch main updated: chore(deps): bump github.com/redhat-developer/service-binding-operator

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.git


The following commit(s) were added to refs/heads/main by this push:
     new 4bb7f01bb chore(deps): bump github.com/redhat-developer/service-binding-operator
4bb7f01bb is described below

commit 4bb7f01bb72905681f16fbc15645d0b2031151ae
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Wed Aug 10 06:57:34 2022 +0000

    chore(deps): bump github.com/redhat-developer/service-binding-operator
    
    Bumps [github.com/redhat-developer/service-binding-operator](https://github.com/redhat-developer/service-binding-operator) from 1.1.0 to 1.1.1.
    - [Release notes](https://github.com/redhat-developer/service-binding-operator/releases)
    - [Changelog](https://github.com/redhat-developer/service-binding-operator/blob/master/docs/community-release.md)
    - [Commits](https://github.com/redhat-developer/service-binding-operator/compare/v1.1.0...v1.1.1)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/redhat-developer/service-binding-operator
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 go.mod | 2 +-
 go.sum | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/go.mod b/go.mod
index 9af171225..8eb65f047 100644
--- a/go.mod
+++ b/go.mod
@@ -29,7 +29,7 @@ require (
 	github.com/prometheus/client_model v0.2.0
 	github.com/prometheus/common v0.35.0
 	github.com/radovskyb/watcher v1.0.7
-	github.com/redhat-developer/service-binding-operator v1.1.0
+	github.com/redhat-developer/service-binding-operator v1.1.1
 	github.com/rs/xid v1.4.0
 	github.com/scylladb/go-set v1.0.2
 	github.com/shurcooL/httpfs v0.0.0-20190707220628-8d4bc4ba7749
diff --git a/go.sum b/go.sum
index ea70353e5..a49065975 100644
--- a/go.sum
+++ b/go.sum
@@ -1118,8 +1118,8 @@ github.com/radovskyb/watcher v1.0.7 h1:AYePLih6dpmS32vlHfhCeli8127LzkIgwJGcwwe8t
 github.com/radovskyb/watcher v1.0.7/go.mod h1:78okwvY5wPdzcb1UYnip1pvrZNIVEIh/Cm+ZuvsUYIg=
 github.com/rcrowley/go-metrics v0.0.0-20181016184325-3113b8401b8a/go.mod h1:bCqnVzQkZxMG4s8nGwiZ5l3QUCyqpo9Y+/ZMZ9VjZe4=
 github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475/go.mod h1:bCqnVzQkZxMG4s8nGwiZ5l3QUCyqpo9Y+/ZMZ9VjZe4=
-github.com/redhat-developer/service-binding-operator v1.1.0 h1:L1zAbpmt4Z8NVCzNIeXtufvSguPHTKXlPUjiyTtBRIc=
-github.com/redhat-developer/service-binding-operator v1.1.0/go.mod h1:te3jViU9tglVasxf0W4nNCBx2L08FYCx2472U/IX860=
+github.com/redhat-developer/service-binding-operator v1.1.1 h1:RpvkWNCRdks4ZMRTUGz25zRRo4jeXMVOsslBlniNqL4=
+github.com/redhat-developer/service-binding-operator v1.1.1/go.mod h1:QchNRAnmYTPt7k46/p1zA4anuxqWX6Or2NbQzPry5jk=
 github.com/rickb777/date v1.13.0 h1:+8AmwLuY1d/rldzdqvqTEg7107bZ8clW37x4nsdG3Hs=
 github.com/rickb777/date v1.13.0/go.mod h1:GZf3LoGnxPWjX+/1TXOuzHefZFDovTyNLHDMd3qH70k=
 github.com/rickb777/plural v1.2.1 h1:UitRAgR70+yHFt26Tmj/F9dU9aV6UfjGXSbO1DcC9/U=