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 d55c6a24d chore(deps): bump k8s.io/klog/v2 from 2.130.0 to 2.130.1
d55c6a24d is described below

commit d55c6a24d1d8ef1908e22f105fd1083c33667f82
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Jun 21 00:02:59 2024 +0000

    chore(deps): bump k8s.io/klog/v2 from 2.130.0 to 2.130.1
    
    Bumps [k8s.io/klog/v2](https://github.com/kubernetes/klog) from 2.130.0 to 
2.130.1.
    - [Release notes](https://github.com/kubernetes/klog/releases)
    - [Changelog](https://github.com/kubernetes/klog/blob/main/RELEASE.md)
    - [Commits](https://github.com/kubernetes/klog/compare/v2.130.0...v2.130.1)
    
    ---
    updated-dependencies:
    - dependency-name: k8s.io/klog/v2
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
---
 go.mod | 2 +-
 go.sum | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/go.mod b/go.mod
index 951d1e262..8c39ceb6f 100644
--- a/go.mod
+++ b/go.mod
@@ -47,7 +47,7 @@ require (
        k8s.io/cli-runtime v0.28.8
        k8s.io/client-go v0.28.8
        k8s.io/gengo v0.0.0-20221011193443-fad74ee6edd9
-       k8s.io/klog/v2 v2.130.0
+       k8s.io/klog/v2 v2.130.1
        k8s.io/kubectl v0.28.8
        k8s.io/utils v0.0.0-20230505201702-9f6742963106
        knative.dev/eventing v0.40.3
diff --git a/go.sum b/go.sum
index 2fed5d5de..8e40c6bc0 100644
--- a/go.sum
+++ b/go.sum
@@ -848,8 +848,8 @@ k8s.io/component-base v0.28.8/go.mod 
h1:9PjQ4nM1Hth6WGe/O+wgLF32eSwf4oPOoN5elmFz
 k8s.io/gengo v0.0.0-20221011193443-fad74ee6edd9 
h1:iu3o/SxaHVI7tKPtkGzD3M9IzrE21j+CUKH98NQJ8Ms=
 k8s.io/gengo v0.0.0-20221011193443-fad74ee6edd9/go.mod 
h1:FiNAH4ZV3gBg2Kwh89tzAEV2be7d5xI0vBa/VySYy3E=
 k8s.io/klog/v2 v2.2.0/go.mod h1:Od+F08eJP+W3HUb4pSrPpgp9DGU4GzlpG/TmITuYh/Y=
-k8s.io/klog/v2 v2.130.0 h1:5nB3+3HpqKqXJIXNtJdtxcDCfaa9KL8StJgMzGJkUkM=
-k8s.io/klog/v2 v2.130.0/go.mod h1:3Jpz1GvMt720eyJH1ckRHK1EDfpxISzJ7I9OYgaDtPE=
+k8s.io/klog/v2 v2.130.1 h1:n9Xl7H1Xvksem4KFG4PYbdQCQxqc/tTUyrgXaOhHSzk=
+k8s.io/klog/v2 v2.130.1/go.mod h1:3Jpz1GvMt720eyJH1ckRHK1EDfpxISzJ7I9OYgaDtPE=
 k8s.io/kube-openapi v0.0.0-20230717233707-2695361300d9 
h1:LyMgNKD2P8Wn1iAwQU5OhxCKlKJy0sHc+PcDwFB24dQ=
 k8s.io/kube-openapi v0.0.0-20230717233707-2695361300d9/go.mod 
h1:wZK2AVp1uHCp4VamDVgBP2COHZjqD1T68Rf0CM3YjSM=
 k8s.io/kubectl v0.28.8 h1:bukHhQp4f7QYBFjS3iZTHKecrRpfZsR5lCCKFpbiUQw=

Reply via email to