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 dependencies (okhttp 4.4 -> 4.6 etc) #444

Merged
merged 1 commit into from
May 5, 2020

Conversation

seratch
Copy link
Member

@seratch seratch commented May 3, 2020

Summary

This pull request bumps patch/minor versions of the following dependencies.

I'd like to include okhttp's minor version upgrade as they're saying upgrading 4.5+ is highly recommended.

I've verified the behavior by running all the integration tests under test_with_remote_apis packages and don't see any issues in the range of this library's usage.

Regarding okhttp 4.x series, I've never encountered any binary incompatibility issues throughout the releases. I'm sure it's safe enough to upgrade their minor versions among our patch versions.

Requirements (place an x in each [ ])

* [slack-api-client] okhtp 4.4.1 to 4.6.0
  * diff: square/okhttp@parent-4.4.1...parent-4.6.0
  * changelog: v4.5.0 - https://github.com/square/okhttp/blob/master/CHANGELOG.md#version-450 > This release fixes a severe bug where OkHttp incorrectly detected and recovered from unhealthy connections
  * changelog: v4.6.0 - https://github.com/square/okhttp/blob/master/CHANGELOG.md#version-460
* [bolt-jetty] jetty-server 9.4.27 to 9.4.28
* [bolt-micronaut] micronaut 1.3.3 to 1.3.4
* [bolt] aws-java-sdk-s3 1.11.757 to 1.11.774
@seratch seratch added project:bolt project:slack-api-client project:slack-api-client labels May 3, 2020
@seratch seratch added this to the 1.0.x milestone May 3, 2020
@codecov
Copy link

codecov bot commented May 3, 2020

Codecov Report

Merging #444 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master     #444   +/-   ##
=========================================
  Coverage     84.04%   84.04%           
  Complexity     2371     2371           
=========================================
  Files           250      250           
  Lines          6376     6376           
  Branches        578      578           
=========================================
  Hits           5359     5359           
  Misses          661      661           
  Partials        356      356           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update bf10d2c...550747b. Read the comment docs.

@seratch seratch merged commit e2c54b6 into slackapi:master May 5, 2020
@seratch seratch deleted the bump-deps-2020-05-03 branch May 5, 2020 12:12
seratch added a commit that referenced this pull request May 8, 2020
* [slack-api-client] #444 okhttp 4.4 -> 4.6 uprgrade (as it's highly recommended) - thanks @seratch
* [slack-api-model] #441 #442 Fix Block Elements' object equality issues - thanks @eamelink
* [slack-api-client] #445 #448 Add admin.usergroups.* API supports - thanks @seratch
* [slack-api-model] #440 Add external data source supports for dialogs - thanks @favalos
* [slack-api-model] #437 Update composition.OptionObject to have mrkdwn - thanks @seratch
* [slack-api-model] Add teams[].team_url to admin.teams.list response - thanks @seratch
* [slack-api-model] #449 Add attachement.author_id - thanks @seratch
* [slack-app-backend] #446 Add channel_count to subteam_created / subteam_updated events - thanks @seratch
* [slack-api-client etc] #444 #450 bump patch versions of AWS SDK, Micronaut, Jetty - thanks @seratch
emanguy pushed a commit to emanguy/java-slack-sdk that referenced this pull request Jun 22, 2020
* [slack-api-client] slackapi#444 okhttp 4.4 -> 4.6 uprgrade (as it's highly recommended) - thanks @seratch
* [slack-api-model] slackapi#441 slackapi#442 Fix Block Elements' object equality issues - thanks @eamelink
* [slack-api-client] slackapi#445 slackapi#448 Add admin.usergroups.* API supports - thanks @seratch
* [slack-api-model] slackapi#440 Add external data source supports for dialogs - thanks @favalos
* [slack-api-model] slackapi#437 Update composition.OptionObject to have mrkdwn - thanks @seratch
* [slack-api-model] Add teams[].team_url to admin.teams.list response - thanks @seratch
* [slack-api-model] slackapi#449 Add attachement.author_id - thanks @seratch
* [slack-app-backend] slackapi#446 Add channel_count to subteam_created / subteam_updated events - thanks @seratch
* [slack-api-client etc] slackapi#444 slackapi#450 bump patch versions of AWS SDK, Micronaut, Jetty - thanks @seratch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants