Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump the common-golang-dependencies group with 4 updates #3198

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 7, 2023

Bumps the common-golang-dependencies group with 4 updates: golang.org/x/crypto, golang.org/x/net, golang.org/x/oauth2 and google.golang.org/api.

Updates golang.org/x/crypto from 0.11.0 to 0.12.0

Commits
  • b4ddeed go.mod: update golang.org/x dependencies
  • edc325d ssh: fix call to Fatalf from a non-test goroutine
  • eab9315 ssh: add diffie-hellman-group16-sha512 kex
  • ddfa821 ssh: ignore invalid MACs and KEXs just like we do for ciphers
  • d08e19b x509roots/fallback: update bundle
  • 12e1fcd internal/wycheproof: skip all tests in short test mode
  • 3f8f064 ssh: prefer sha256 based RSA key algorithms
  • 5df3b59 ssh: disable client agent tests on Windows
  • 2e82bdd fix TestValidTerminalMode: missing output from echo SHELL $SHELL
  • 64e0e99 ssh: fix RSA certificate and public key authentication with older clients
  • Additional commits viewable in compare view

Updates golang.org/x/net from 0.12.0 to 0.14.0

Commits
  • c8c0290 go.mod: update golang.org/x dependencies
  • 0b21d06 quic: framework for testing blocking operations
  • 4648651 quic: add -vv flag for more verbose tests
  • 60ae793 quic: don't send session tickets
  • a7da556 http2: optimize buffer allocation in transport
  • 167593b quic: create and accept streams
  • 8ffa475 html: only render content literally in the HTML namespace
  • 63fe334 quic: gate and queue synchronization primitives
  • bd8ac9e quic: fill out connection id handling
  • 08001cc quic: debug logging of packets
  • Additional commits viewable in compare view

Updates golang.org/x/oauth2 from 0.10.0 to 0.11.0

Commits

Updates google.golang.org/api from 0.134.0 to 0.135.0

Release notes

Sourced from google.golang.org/api's releases.

v0.135.0

0.135.0 (2023-08-07)

Features

Changelog

Sourced from google.golang.org/api's changelog.

0.135.0 (2023-08-07)

Features

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually

@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Aug 7, 2023
@codecov
Copy link

codecov bot commented Aug 7, 2023

Codecov Report

Patch coverage has no change and project coverage change: +0.07% 🎉

Comparison is base (d2ecac3) 75.39% compared to head (4c3772f) 75.46%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #3198      +/-   ##
==========================================
+ Coverage   75.39%   75.46%   +0.07%     
==========================================
  Files         459      459              
  Lines       36465    36465              
==========================================
+ Hits        27493    27520      +27     
+ Misses       7055     7036      -19     
+ Partials     1917     1909       -8     

see 6 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@julio-lopez
Copy link
Collaborator

@dependabot rebase

Bumps the common-golang-dependencies group with 4 updates: [golang.org/x/crypto](https://github.com/golang/crypto), [golang.org/x/net](https://github.com/golang/net), [golang.org/x/oauth2](https://github.com/golang/oauth2) and [google.golang.org/api](https://github.com/googleapis/google-api-go-client).


Updates `golang.org/x/crypto` from 0.11.0 to 0.12.0
- [Commits](golang/crypto@v0.11.0...v0.12.0)

Updates `golang.org/x/net` from 0.12.0 to 0.14.0
- [Commits](golang/net@v0.12.0...v0.14.0)

Updates `golang.org/x/oauth2` from 0.10.0 to 0.11.0
- [Commits](golang/oauth2@v0.10.0...v0.11.0)

Updates `google.golang.org/api` from 0.134.0 to 0.135.0
- [Release notes](https://github.com/googleapis/google-api-go-client/releases)
- [Changelog](https://github.com/googleapis/google-api-go-client/blob/main/CHANGES.md)
- [Commits](googleapis/google-api-go-client@v0.134.0...v0.135.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: common-golang-dependencies
- dependency-name: golang.org/x/net
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: common-golang-dependencies
- dependency-name: golang.org/x/oauth2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: common-golang-dependencies
- dependency-name: google.golang.org/api
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: common-golang-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/go_modules/common-golang-dependencies-25bf0ad730 branch from 498df10 to 4c3772f Compare August 8, 2023 04:17
@julio-lopez julio-lopez enabled auto-merge (squash) August 8, 2023 04:19
@julio-lopez julio-lopez merged commit 705ab5d into master Aug 8, 2023
28 checks passed
@julio-lopez julio-lopez deleted the dependabot/go_modules/common-golang-dependencies-25bf0ad730 branch August 8, 2023 04:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant