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

Bump google-http-client from 1.34.0 to 1.40.0 #3448

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 27, 2021

Bumps google-http-client from 1.34.0 to 1.40.0.

Release notes

Sourced from google-http-client's releases.

google-http-java-client v1.40.0

Features

Bug Fixes

  • GSON parser now throws IOException on invalid JSON input (#1355) (0a505a7)
  • Add shopt -s nullglob to dependencies script (#1412) (933b0bd)
  • default charset to UTF-8 for text/csv if not specified (#1423) (26f3da4)
  • make depencence on javax.annotation optional (#1323) (#1405) (4ccad0e)
  • release scripts from issuing overlapping phases (#1344) (539407e)
  • test error responses such as 403 (#1345) (a83c43f)
  • typo (#1342) (2bbc0e4)
  • Update dependencies.sh to not break on mac (933b0bd)
  • Use BufferedInputStream to inspect HttpResponse error (#1411) (33acb86)

Documentation

Dependencies

  • update dependency com.fasterxml.jackson.core:jackson-core to v2.12.3 (#1340) (81e479a)
  • update dependency com.fasterxml.jackson.core:jackson-core to v2.12.4 (#1406) (fa07715)
  • update dependency com.google.code.gson:gson to v2.8.7 (#1386) (550abc1)
  • update dependency com.google.code.gson:gson to v2.8.8 (#1430) (ae4b0db)
  • update dependency com.google.errorprone:error_prone_annotations to v2.7.1 (#1378) (83b1642)
  • update dependency com.google.errorprone:error_prone_annotations to v2.8.0 (#1414) (1508657)
  • update dependency com.google.errorprone:error_prone_annotations to v2.8.1 (#1420) (1f8be1c)
  • update dependency com.google.errorprone:error_prone_annotations to v2.9.0 (#1429) (834ade3)
  • update dependency com.google.protobuf:protobuf-java to v3.16.0 (#1366) (3148f5d)
  • update dependency com.google.protobuf:protobuf-java to v3.17.0 (#1373) (d147628)
  • update dependency com.google.protobuf:protobuf-java to v3.17.1 (#1384) (c22a0e0)
  • update dependency com.google.protobuf:protobuf-java to v3.17.2 (#1390) (b34349f)
  • update dependency com.google.protobuf:protobuf-java to v3.17.3 (#1394) (4e3b3c3)

v1.39.2-sp.1

Features

... (truncated)

Changelog

Sourced from google-http-client's changelog.

1.40.0 (2021-08-20)

Features

Bug Fixes

  • GSON parser now throws IOException on invalid JSON input (#1355) (0a505a7)
  • Add shopt -s nullglob to dependencies script (#1412) (933b0bd)
  • default charset to UTF-8 for text/csv if not specified (#1423) (26f3da4)
  • make depencence on javax.annotation optional (#1323) (#1405) (4ccad0e)
  • release scripts from issuing overlapping phases (#1344) (539407e)
  • test error responses such as 403 (#1345) (a83c43f)
  • typo (#1342) (2bbc0e4)
  • Update dependencies.sh to not break on mac (933b0bd)
  • Use BufferedInputStream to inspect HttpResponse error (#1411) (33acb86)

Documentation

Dependencies

  • update dependency com.fasterxml.jackson.core:jackson-core to v2.12.3 (#1340) (81e479a)
  • update dependency com.fasterxml.jackson.core:jackson-core to v2.12.4 (#1406) (fa07715)
  • update dependency com.google.code.gson:gson to v2.8.7 (#1386) (550abc1)
  • update dependency com.google.code.gson:gson to v2.8.8 (#1430) (ae4b0db)
  • update dependency com.google.errorprone:error_prone_annotations to v2.7.1 (#1378) (83b1642)
  • update dependency com.google.errorprone:error_prone_annotations to v2.8.0 (#1414) (1508657)
  • update dependency com.google.errorprone:error_prone_annotations to v2.8.1 (#1420) (1f8be1c)
  • update dependency com.google.errorprone:error_prone_annotations to v2.9.0 (#1429) (834ade3)
  • update dependency com.google.protobuf:protobuf-java to v3.16.0 (#1366) (3148f5d)
  • update dependency com.google.protobuf:protobuf-java to v3.17.0 (#1373) (d147628)
  • update dependency com.google.protobuf:protobuf-java to v3.17.1 (#1384) (c22a0e0)
  • update dependency com.google.protobuf:protobuf-java to v3.17.2 (#1390) (b34349f)
  • update dependency com.google.protobuf:protobuf-java to v3.17.3 (#1394) (4e3b3c3)

1.39.2 (2021-04-09)

Dependencies

... (truncated)

Commits
  • f77608f chore: release 1.40.0 (#1434)
  • 0a505a7 fix: GSON parser now throws IOException on invalid JSON input (#1355)
  • 4d85543 chore: migrate to new sonatype endpoint (#1433)
  • e8231c0 chore: release 1.40.1-SNAPSHOT (#1431)
  • 92ceee6 chore: release 1.40.0 (#1343)
  • 35aeeca chore: update doclet version (#1428)
  • 834ade3 deps: update dependency com.google.errorprone:error_prone_annotations to v2.9...
  • ae4b0db deps: update dependency com.google.code.gson:gson to v2.8.8 (#1430)
  • 1f8be1c deps: update dependency com.google.errorprone:error_prone_annotations to v2.8...
  • 42e4443 chore(deps): update dependency com.google.cloud:libraries-bom to v21 (#1425)
  • Additional commits viewable in compare view

Dependabot compatibility score

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 ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [google-http-client](https://github.com/googleapis/google-http-java-client) from 1.34.0 to 1.40.0.
- [Release notes](https://github.com/googleapis/google-http-java-client/releases)
- [Changelog](https://github.com/googleapis/google-http-java-client/blob/master/CHANGELOG.md)
- [Commits](googleapis/google-http-java-client@v1.34.0...v1.40.0)

---
updated-dependencies:
- dependency-name: com.google.http-client:google-http-client
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Aug 27, 2021
@google-cla google-cla bot added the cla: yes label Aug 27, 2021
@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@mpeddada1
Copy link
Contributor

mpeddada1 commented Aug 27, 2021

Holding off on upgrading google http until #3416 is resolved.

@mpeddada1 mpeddada1 closed this Aug 27, 2021
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 27, 2021

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/gradle/com.google.http-client-google-http-client-1.40.0 branch August 27, 2021 14:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes dependencies Pull requests that update a dependency file java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant