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 version.google-http-client from 1.39.0 to 1.39.1 #513

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 16, 2021

Bumps version.google-http-client from 1.39.0 to 1.39.1.
Updates google-http-client from 1.39.0 to 1.39.1

Release notes

Sourced from google-http-client's releases.

v1.39.1

Bug Fixes

  • default application/json charset to utf-8 (#1305) (c4dfb48), closes #1102
  • when disconnecting, close the underlying connection before the response InputStream (#1315) (f84ed59), closes #1303

Documentation

Dependencies

  • update dependency com.fasterxml.jackson.core:jackson-core to v2.12.2 (#1309) (aa7d703)
  • update dependency com.google.protobuf:protobuf-java to v3.15.3 (#1301) (1db338b)
  • update dependency com.google.protobuf:protobuf-java to v3.15.6 (#1310) (9cb50e4)
Changelog

Sourced from google-http-client's changelog.

1.39.1 (2021-03-15)

Bug Fixes

  • default application/json charset to utf-8 (#1305) (c4dfb48), closes #1102
  • when disconnecting, close the underlying connection before the response InputStream (#1315) (f84ed59), closes #1303

Documentation

Dependencies

  • update dependency com.fasterxml.jackson.core:jackson-core to v2.12.2 (#1309) (aa7d703)
  • update dependency com.google.protobuf:protobuf-java to v3.15.3 (#1301) (1db338b)
  • update dependency com.google.protobuf:protobuf-java to v3.15.6 (#1310) (9cb50e4)
Commits
  • 02a2b0b chore: release 1.39.1 (#1300)
  • f84ed59 fix: when disconnecting, close the underlying connection before the response ...
  • 9cb50e4 deps: update dependency com.google.protobuf:protobuf-java to v3.15.6 (#1310)
  • e5f391a build(java): update autorelease title check in response to the new multi rele...
  • bd73908 chore: copy README to docfx-yml dir (#1313)
  • aa7d703 deps: update dependency com.fasterxml.jackson.core:jackson-core to v2.12.2 (#...
  • 62be21b docs: 19.0.0 libraries-bom (#1312)
  • fc00f28 chore(deps): update dependency com.google.cloud:libraries-bom to v19 (#1311)
  • 1a77c50 chore: update README with CI, stability, latest version badges (#1307)
  • c4dfb48 fix: default application/json charset to utf-8 (#1305)
  • Additional commits viewable in compare view

Updates google-http-client-gson from 1.39.0 to 1.39.1

Release notes

Sourced from google-http-client-gson's releases.

v1.39.1

Bug Fixes

  • default application/json charset to utf-8 (#1305) (c4dfb48), closes #1102
  • when disconnecting, close the underlying connection before the response InputStream (#1315) (f84ed59), closes #1303

Documentation

Dependencies

  • update dependency com.fasterxml.jackson.core:jackson-core to v2.12.2 (#1309) (aa7d703)
  • update dependency com.google.protobuf:protobuf-java to v3.15.3 (#1301) (1db338b)
  • update dependency com.google.protobuf:protobuf-java to v3.15.6 (#1310) (9cb50e4)
Changelog

Sourced from google-http-client-gson's changelog.

1.39.1 (2021-03-15)

Bug Fixes

  • default application/json charset to utf-8 (#1305) (c4dfb48), closes #1102
  • when disconnecting, close the underlying connection before the response InputStream (#1315) (f84ed59), closes #1303

Documentation

Dependencies

  • update dependency com.fasterxml.jackson.core:jackson-core to v2.12.2 (#1309) (aa7d703)
  • update dependency com.google.protobuf:protobuf-java to v3.15.3 (#1301) (1db338b)
  • update dependency com.google.protobuf:protobuf-java to v3.15.6 (#1310) (9cb50e4)
Commits
  • 02a2b0b chore: release 1.39.1 (#1300)
  • f84ed59 fix: when disconnecting, close the underlying connection before the response ...
  • 9cb50e4 deps: update dependency com.google.protobuf:protobuf-java to v3.15.6 (#1310)
  • e5f391a build(java): update autorelease title check in response to the new multi rele...
  • bd73908 chore: copy README to docfx-yml dir (#1313)
  • aa7d703 deps: update dependency com.fasterxml.jackson.core:jackson-core to v2.12.2 (#...
  • 62be21b docs: 19.0.0 libraries-bom (#1312)
  • fc00f28 chore(deps): update dependency com.google.cloud:libraries-bom to v19 (#1311)
  • 1a77c50 chore: update README with CI, stability, latest version badges (#1307)
  • c4dfb48 fix: default application/json charset to utf-8 (#1305)
  • Additional commits viewable in compare view

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 `version.google-http-client` from 1.39.0 to 1.39.1.

Updates `google-http-client` from 1.39.0 to 1.39.1
- [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.39.0...v1.39.1)

Updates `google-http-client-gson` from 1.39.0 to 1.39.1
- [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.39.0...v1.39.1)

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 Mar 16, 2021
@codecov
Copy link

codecov bot commented Mar 16, 2021

Codecov Report

Merging #513 (51b6400) into main (287b1a8) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##               main     #513   +/-   ##
=========================================
  Coverage     93.40%   93.40%           
  Complexity      239      239           
=========================================
  Files            43       43           
  Lines          1137     1137           
  Branches        133      133           
=========================================
  Hits           1062     1062           
  Misses           60       60           
  Partials         15       15           

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 19, 2021

OK, I won't notify you again about this release, but will get in touch when a new version is available.

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

@dependabot dependabot bot deleted the dependabot-maven-version.google-http-client-1.39.1 branch March 19, 2021 23:25
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 java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant