Skip to content
This repository was archived by the owner on Jun 23, 2022. It is now read-only.

chore(deps): bump slack-api-model from 1.6.1 to 1.9.0 - #98

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/maven/com.slack.api-slack-api-model-1.9.0
Closed

chore(deps): bump slack-api-model from 1.6.1 to 1.9.0#98
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/maven/com.slack.api-slack-api-model-1.9.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 16, 2021

Copy link
Copy Markdown
Contributor

Bumps slack-api-model from 1.6.1 to 1.9.0.

Release notes

Sourced from slack-api-model's releases.

version 1.9.0

New Features

Token Rotation support (more info to come soon!)

This version includes the support for the apps enabling the newly released token rotation for better security. Refer to the API document for the general information about the feature (the document will be available soon).

All you need do for enabling token rotation in your app would be:

  • Turn the feature on in your Slack app configuration page
  • Update your InstallationService
    • Implement the new saveBot(Bot bot) method
    • Update find/save methods to store/return new propertoes in the data models:
      • Installer: installerUserRefreshToken, installerUserTokenExpiresAt
      • Bot: botRefreshToken, botTokenExpiresAt

Apart from the above changes, there is nothing else to do on your app side. If you're curious about how the rotation works, check this middleware's source code.

Changes


version 1.8.1

Changes


version 1.8.0

New Features

... (truncated)

Commits
  • b57a462 version 1.9.0
  • c8ac7b4 Upgrade patch versions of external dependencies for v1.9 release (#786)
  • 32c89bf Fix #775 by adding token rotation support (#781)
  • 5c91c87 Fix #774 by adding missing fields in message_changed event class (#783)
  • be3b4bb Fix #766 by adding subteam to AdminConversationsSetConversationPrefsRequest.P...
  • f047c73 Use Java 14 for codecov
  • b88cee6 Updates for CI build stability issue on GitHub Actions #779 (#780)
  • 336e36a Add oauth.v2.exchange endpoint support #775 (#778)
  • 705c79d Run all the integration tests - 2021-07-13 PT
  • cf819fa Update the oauth.v2.access req/resp for supporting token rotation #775 (#777)
  • 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 [slack-api-model](https://github.com/slackapi/java-slack-sdk) from 1.6.1 to 1.9.0.
- [Release notes](https://github.com/slackapi/java-slack-sdk/releases)
- [Changelog](https://github.com/slackapi/java-slack-sdk/blob/main/jSlack_changelog.md)
- [Commits](slackapi/java-slack-sdk@v1.6.1...v1.9.0)

---
updated-dependencies:
- dependency-name: com.slack.api:slack-api-model
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github

dependabot Bot commented on behalf of github Aug 13, 2021

Copy link
Copy Markdown
Contributor Author

Superseded by #100.

@dependabot dependabot Bot closed this Aug 13, 2021
@dependabot
dependabot Bot deleted the dependabot/maven/com.slack.api-slack-api-model-1.9.0 branch August 13, 2021 14:03
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants