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

gfournier 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 8629b8adc chore(deps): bump github.com/go-viper/mapstructure/v2
8629b8adc is described below

commit 8629b8adc0ea90fe0c0dcd579a14c88ddc2dcea9
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Jul 16 00:47:30 2025 +0000

    chore(deps): bump github.com/go-viper/mapstructure/v2
    
    Bumps 
[github.com/go-viper/mapstructure/v2](https://github.com/go-viper/mapstructure) 
from 2.3.0 to 2.4.0.
    - [Release notes](https://github.com/go-viper/mapstructure/releases)
    - 
[Changelog](https://github.com/go-viper/mapstructure/blob/main/CHANGELOG.md)
    - 
[Commits](https://github.com/go-viper/mapstructure/compare/v2.3.0...v2.4.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/go-viper/mapstructure/v2
      dependency-version: 2.4.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    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 dc20ada9b..d16a2dac1 100644
--- a/go.mod
+++ b/go.mod
@@ -11,7 +11,7 @@ require (
        github.com/gertd/go-pluralize v0.2.1
        github.com/go-git/go-git/v5 v5.16.2
        github.com/go-logr/logr v1.4.3
-       github.com/go-viper/mapstructure/v2 v2.3.0
+       github.com/go-viper/mapstructure/v2 v2.4.0
        github.com/google/go-github/v72 v72.0.0
        github.com/google/uuid v1.6.0
        github.com/jpillora/backoff v1.0.0
diff --git a/go.sum b/go.sum
index acf396605..4976e7125 100644
--- a/go.sum
+++ b/go.sum
@@ -176,8 +176,8 @@ github.com/go-openapi/swag v0.23.0/go.mod 
h1:esZ8ITTYEsH1V2trKHjAN8Ai7xHb8RV+YSZ
 github.com/go-stack/stack v1.8.0/go.mod 
h1:v0f6uXyyMGvRgIKkXu+yp6POWl0qKG85gN/melR3HDY=
 github.com/go-task/slim-sprig/v3 v3.0.0 
h1:sUs3vkvUymDpBKi3qH1YSqBQk9+9D/8M2mN1vB6EwHI=
 github.com/go-task/slim-sprig/v3 v3.0.0/go.mod 
h1:W848ghGpv3Qj3dhTPRyJypKRiqCdHZiAzKg9hl15HA8=
-github.com/go-viper/mapstructure/v2 v2.3.0 
h1:27XbWsHIqhbdR5TIC911OfYvgSaW93HM+dX7970Q7jk=
-github.com/go-viper/mapstructure/v2 v2.3.0/go.mod 
h1:oJDH3BJKyqBA2TXFhDsKDGDTlndYOZ6rGS0BRZIxGhM=
+github.com/go-viper/mapstructure/v2 v2.4.0 
h1:EBsztssimR/CONLSZZ04E8qAkxNYq4Qp9LvH92wZUgs=
+github.com/go-viper/mapstructure/v2 v2.4.0/go.mod 
h1:oJDH3BJKyqBA2TXFhDsKDGDTlndYOZ6rGS0BRZIxGhM=
 github.com/gogo/protobuf v1.1.1/go.mod 
h1:r8qH/GZQm5c6nD/R0oafs1akxWv10x8SbQlK7atdtwQ=
 github.com/gogo/protobuf v1.3.2 h1:Ov1cvc58UF3b5XjBnZv7+opcTcQFZebYjWzi34vdm4Q=
 github.com/gogo/protobuf v1.3.2/go.mod 
h1:P1XiOD3dCwIKUDQYPy72D8LYyHL2YPYrpS2s69NZV8Q=

Reply via email to