Skip to content

Commit 30fdf1e

Browse files
build(deps): bump google.golang.org/grpc from 1.74.0 to 1.74.2 (#17786)
* build(deps): bump google.golang.org/grpc from 1.74.0 to 1.74.2 Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.74.0 to 1.74.2. - [Release notes](https://github.com/grpc/grpc-go/releases) - [Commits](grpc/grpc-go@v1.74.0...v1.74.2) --- updated-dependencies: - dependency-name: google.golang.org/grpc dependency-version: 1.74.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * Update NOTICE.txt * Update NOTICE-fips.txt --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent e333ccf commit 30fdf1e

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

NOTICE-fips.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5449,11 +5449,11 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
54495449

54505450
--------------------------------------------------------------------------------
54515451
Dependency : google.golang.org/grpc
5452-
Version: v1.74.0
5452+
Version: v1.74.2
54535453
Licence type (autodetected): Apache-2.0
54545454
--------------------------------------------------------------------------------
54555455

5456-
Contents of probable licence file $GOMODCACHE/google.golang.org/[email protected].0/LICENSE:
5456+
Contents of probable licence file $GOMODCACHE/google.golang.org/[email protected].2/LICENSE:
54575457

54585458

54595459
Apache License

NOTICE.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5449,11 +5449,11 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
54495449

54505450
--------------------------------------------------------------------------------
54515451
Dependency : google.golang.org/grpc
5452-
Version: v1.74.0
5452+
Version: v1.74.2
54535453
Licence type (autodetected): Apache-2.0
54545454
--------------------------------------------------------------------------------
54555455

5456-
Contents of probable licence file $GOMODCACHE/google.golang.org/[email protected].0/LICENSE:
5456+
Contents of probable licence file $GOMODCACHE/google.golang.org/[email protected].2/LICENSE:
54575457

54585458

54595459
Apache License

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ require (
4949
golang.org/x/sync v0.16.0
5050
golang.org/x/term v0.33.0
5151
golang.org/x/time v0.12.0
52-
google.golang.org/grpc v1.74.0
52+
google.golang.org/grpc v1.74.2
5353
google.golang.org/protobuf v1.36.6
5454
gopkg.in/yaml.v2 v2.4.0
5555
)

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -811,8 +811,8 @@ golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1/go.mod h1:I/5z698sn9Ka8T
811811
google.golang.org/appengine v1.1.0/go.mod h1:EbEs0AVv82hx2wNQdGPgUI5lhzA/G0D9YwlJXL52JkM=
812812
google.golang.org/genproto/googleapis/rpc v0.0.0-20250528174236-200df99c418a h1:v2PbRU4K3llS09c7zodFpNePeamkAwG3mPrAery9VeE=
813813
google.golang.org/genproto/googleapis/rpc v0.0.0-20250528174236-200df99c418a/go.mod h1:qQ0YXyHHx3XkvlzUtpXDkS29lDSafHMZBAZDc03LQ3A=
814-
google.golang.org/grpc v1.74.0 h1:sxRSkyLxlceWQiqDofxDot3d4u7DyoHPc7SBXMj8gGY=
815-
google.golang.org/grpc v1.74.0/go.mod h1:NZUaK8dAMUfzhK6uxZ+9511LtOrk73UGWOFoNvz7z+s=
814+
google.golang.org/grpc v1.74.2 h1:WoosgB65DlWVC9FqI82dGsZhWFNBSLjQ84bjROOpMu4=
815+
google.golang.org/grpc v1.74.2/go.mod h1:CtQ+BGjaAIXHs/5YS3i473GqwBBa1zGQNevxdeBEXrM=
816816
google.golang.org/grpc/examples v0.0.0-20231016154744-cb430bed4d27 h1:EB/3dtnYKOItaNPpOI/HmOCGbVZUiXcstRfiuxN+cFg=
817817
google.golang.org/grpc/examples v0.0.0-20231016154744-cb430bed4d27/go.mod h1:Crtq1t+mykyL5d6PR3z8zCxKx/Qjq/mlPWDPoWJANYA=
818818
google.golang.org/protobuf v1.36.6 h1:z1NpPI8ku2WgiWnf+t9wTPsn6eP1L7ksHUlkfLvd9xY=

0 commit comments

Comments
 (0)