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.8.1 - #93

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

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

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 3, 2021

Copy link
Copy Markdown
Contributor

Bumps slack-api-model from 1.6.1 to 1.8.1.

Release notes

Sourced from slack-api-model's releases.

version 1.8.1

Changes


version 1.8.0

New Features

Customize the way to handle unmatched requests

With the default settings, all unmatched requests result in 404 Not Found errors. You may want to acknowledge the unused events. In this scenario, you can customize the behavior by passing AppConfig#unmatchedRequestHandler.

App app = new App(AppConfig.builder()
  # acknowledge the unknown patterns anyway
  .unmatchedRequestHandler((req) -> Response.builder().statusCode(200).body("").build())
  .build());

Changes


version 1.7.1

Changes

  • [slack-api-client] #716 #715 Add missing team field to TeamInfoRequest - Thanks @​lfbrandao
  • [slack-api-client] #717 #713 Add admin.users.session.* API support - Thanks @​seratch
  • [slack-api-client] Add new fields in Web API / Audit Logs API responses - Thanks @​seratch
  • [all] Bump dependencies' patch versions - Thanks @​seratch

... (truncated)

Commits
  • acedf44 version 1.8.1
  • 3a1981c Upgrade dependencies for v1.8.1 (#753)
  • 34183d4 Add tests for #750 (#752)
  • 167e4cb Fix for [slack-api-client] NullPointerException in runtime if proxy port is e...
  • a8056a5 add missing param (#750)
  • a3e00ca Add is_bot_user_member to link_shared event payload (#748)
  • 52489c1 Run all the integration tests - 2021-05-28 PT
  • e3dd745 Run all the integration tests - 2021-05-25 PT
  • 5478819 Run all the integration tests - 2021-05-23 PT
  • 5b039af Fix tests
  • 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.8.1.
- [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.8.1)

---
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 Jul 16, 2021

Copy link
Copy Markdown
Contributor Author

Superseded by #98.

@dependabot dependabot Bot closed this Jul 16, 2021
@dependabot
dependabot Bot deleted the dependabot/maven/com.slack.api-slack-api-model-1.8.1 branch July 16, 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