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 afd9ab88f chore(deps): bump knative.dev/serving from 0.39.3 to 0.40.1
afd9ab88f is described below

commit afd9ab88fe87e103782bc335b0cab66da45019f0
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Apr 9 07:51:21 2024 +0000

    chore(deps): bump knative.dev/serving from 0.39.3 to 0.40.1
    
    Bumps [knative.dev/serving](https://github.com/knative/serving) from 0.39.3 
to 0.40.1.
    - [Release notes](https://github.com/knative/serving/releases)
    - [Commits](https://github.com/knative/serving/compare/v0.39.3...v0.40.1)
    
    ---
    updated-dependencies:
    - dependency-name: knative.dev/serving
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <supp...@github.com>
---
 go.mod | 4 ++--
 go.sum | 8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/go.mod b/go.mod
index a89887254..2cbd9dc33 100644
--- a/go.mod
+++ b/go.mod
@@ -52,7 +52,7 @@ require (
        k8s.io/utils v0.0.0-20230505201702-9f6742963106
        knative.dev/eventing v0.40.3
        knative.dev/pkg v0.0.0-20240116073220-b488e7be5902
-       knative.dev/serving v0.39.3
+       knative.dev/serving v0.40.1
        sigs.k8s.io/controller-runtime v0.15.2
        sigs.k8s.io/structured-merge-diff/v4 v4.4.1
 )
@@ -143,7 +143,7 @@ require (
        gopkg.in/yaml.v3 v3.0.1 // indirect
        k8s.io/component-base v0.28.8 // indirect
        k8s.io/kube-openapi v0.0.0-20230717233707-2695361300d9 // indirect
-       knative.dev/networking v0.0.0-20231017124814-2a7676e912b7 // indirect
+       knative.dev/networking v0.0.0-20240116081125-ce0738abf051 // indirect
        sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
        sigs.k8s.io/yaml v1.4.0 // indirect
 )
diff --git a/go.sum b/go.sum
index b199413a9..3f629aa62 100644
--- a/go.sum
+++ b/go.sum
@@ -858,12 +858,12 @@ k8s.io/utils v0.0.0-20230505201702-9f6742963106 
h1:EObNQ3TW2D+WptiYXlApGNLVy0zm/
 k8s.io/utils v0.0.0-20230505201702-9f6742963106/go.mod 
h1:OLgZIPagt7ERELqWJFomSt595RzquPNLL48iOWgYOg0=
 knative.dev/eventing v0.40.3 h1:Fjc5QqHRSuW6sLQ848bZvVAuurQAUbgnLMnwcn44Cc0=
 knative.dev/eventing v0.40.3/go.mod 
h1:+yUUIyvX9fn9bCSH3012kc8rG7YBbjvvxwy1Kr53dRc=
-knative.dev/networking v0.0.0-20231017124814-2a7676e912b7 
h1:6+1icZuxiZO1paFZ4d/ysKWVG2M4WB7OxNJNyLG0P/E=
-knative.dev/networking v0.0.0-20231017124814-2a7676e912b7/go.mod 
h1:1gcHoIVG47ekQWjkddqRq+/7tWRh+CB9W4k/NAcdRbk=
+knative.dev/networking v0.0.0-20240116081125-ce0738abf051 
h1:bTRVfwmfu4/7U1YBcgBl1VANAwmal6zkoAI9p7PQwDY=
+knative.dev/networking v0.0.0-20240116081125-ce0738abf051/go.mod 
h1:rdzGL1OVP6VItEiJUN/FTCrDnIzkA6ykhSvaK+0Ne6o=
 knative.dev/pkg v0.0.0-20240116073220-b488e7be5902 
h1:H6+JJN23fhwYWCHY1339sY6uhIyoUwDy1a8dN233fdk=
 knative.dev/pkg v0.0.0-20240116073220-b488e7be5902/go.mod 
h1:NYk8mMYoLkO7CQWnNkti4YGGnvLxN6MIDbUvtgeo0C0=
-knative.dev/serving v0.39.3 h1:x3p3iCY0eKwKZmlXUZfc9C0YawyiB6Kc1HlE66b530I=
-knative.dev/serving v0.39.3/go.mod 
h1:bWylSgwnRZeL659qy7m3/TZioYk25TIfusPUEeR695A=
+knative.dev/serving v0.40.1 h1:ZAAK8KwZQYUgCgVi3ay+NqKAISnJQ1OXPYvdtXWUcBc=
+knative.dev/serving v0.40.1/go.mod 
h1:Ory3XczDB8b1lH757CSdeDeouY3LHzSamX8IjmStuoU=
 rsc.io/binaryregexp v0.2.0/go.mod 
h1:qTv7/COck+e2FymRvadv62gMdZztPaShugOCi3I+8D8=
 rsc.io/quote/v3 v3.1.0/go.mod h1:yEA65RcK8LyAZtP9Kv3t0HmxON59tX3rD+tICJqUlj0=
 rsc.io/sampler v1.3.0/go.mod h1:T1hPZKmBbMNahiBKFy5HrXp6adAjACjK9JXDnKaTXpA=

Reply via email to