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

squakez 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 9743d72ec chore(deps): bump golang.org/x/term from 0.45.0 to 0.46.0
9743d72ec is described below

commit 9743d72ec152cce4516b2d1448cd1646bde5f296
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Sep 14 00:03:20 2026 +0000

    chore(deps): bump golang.org/x/term from 0.45.0 to 0.46.0
    
    Bumps [golang.org/x/term](https://github.com/golang/term) from 0.45.0 to 
0.46.0.
    - [Commits](https://github.com/golang/term/compare/v0.45.0...v0.46.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/term
      dependency-version: 0.46.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
---
 go.mod | 4 ++--
 go.sum | 8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/go.mod b/go.mod
index b600392d6..3724b3207 100644
--- a/go.mod
+++ b/go.mod
@@ -36,7 +36,7 @@ require (
        go.uber.org/zap v1.28.0
        golang.org/x/oauth2 v0.37.0
        golang.org/x/sync v0.23.0
-       golang.org/x/term v0.45.0
+       golang.org/x/term v0.46.0
        golang.org/x/text v0.41.0
        golang.org/x/time v0.16.0
        gopkg.in/yaml.v2 v2.4.0
@@ -139,7 +139,7 @@ require (
        golang.org/x/crypto v0.55.0 // indirect
        golang.org/x/mod v0.38.0 // indirect
        golang.org/x/net v0.58.0 // indirect
-       golang.org/x/sys v0.47.0 // indirect
+       golang.org/x/sys v0.48.0 // indirect
        golang.org/x/tools v0.48.0 // indirect
        gomodules.xyz/jsonpatch/v2 v2.5.0 // indirect
        google.golang.org/protobuf v1.36.12 // indirect
diff --git a/go.sum b/go.sum
index 8582f8878..43c11ef0f 100644
--- a/go.sum
+++ b/go.sum
@@ -405,11 +405,11 @@ golang.org/x/sys 
v0.0.0-20210423082822-04245dca01da/go.mod h1:h1NjWce9XRLGQEsW7w
 golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1/go.mod 
h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
 golang.org/x/sys v0.0.0-20210616094352-59db8d763f22/go.mod 
h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
 golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8/go.mod 
h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
-golang.org/x/sys v0.47.0 h1:o7XGOvZQCADBQQ4Y7VNq2dRWQR7JmOUW8Kxx4ZsNgWs=
-golang.org/x/sys v0.47.0/go.mod h1:4GL1E5IUh+htKOUEOaiffhrAeqysfVGipDYzABqnCmw=
+golang.org/x/sys v0.48.0 h1:bbX/i/6MgT9BVLM9RT1thmxL04yeTAhbEz4SyadbXoo=
+golang.org/x/sys v0.48.0/go.mod h1:hNLxWAXmnKAxqDtdwIYC4bM9oQPEecfsnNMuSxOs3og=
 golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1/go.mod 
h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo=
-golang.org/x/term v0.45.0 h1:NwWyBmoJCbfTHpxrWoZ9C6/VxOf7ic219I8xZZFdrf0=
-golang.org/x/term v0.45.0/go.mod 
h1:9aqxs0blBcrm/n0L9QW0aRVD+ktan8ssZromtqJC43w=
+golang.org/x/term v0.46.0 h1:3+OXuTbaKDgwk8jTi3aSLHRlmWqHEUDUtxnbFigO4YE=
+golang.org/x/term v0.46.0/go.mod 
h1:+K02xbkittuwc0Am4abfA3Fc+XRGXkvBXNO88NCXPoc=
 golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ=
 golang.org/x/text v0.3.2/go.mod h1:bEr9sfX3Q8Zfm5fL9x+3itogRgK3+ptLWKqgva+5dAk=
 golang.org/x/text v0.3.3/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ=

Reply via email to