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.22.2#173

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

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

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 9, 2022

Copy link
Copy Markdown
Contributor

Bumps slack-api-model from 1.6.1 to 1.22.2.

Release notes

Sourced from slack-api-model's releases.

version 1.22.2

Changes

  • [slack-api-model] #994 Add missing properties to ChannelDeletedEvent - Thanks @​seratch
  • Upgrade Kotlin version to 1.7 - Thanks @​seratch

Document Updates


version 1.22.1

Changes

  • [bolt] #984 Add granular user change events - Thanks @​seratch
  • [slack-api-client] #983 Tweaking warnings related to missing accessibility fields text and fallback when posting messages - Thanks @​filmaj
  • [slack-api-client] Add new properties to Audit Logs API response classes - Thanks @​seratch

version 1.22.0

New Features

Message Metadata (Open Beta) Support

Message Metadata is a new feature in the Slack Platform, which enables developers to link a message inside Slack to a corresponding outside event or pattern.

With this Java SDK, you can post a message with metadata as below:

String token = System.getenv("SLACK_BOT_TOKEN");
MethodsClient client = Slack.getInstance().methods(token);
// Post a message with metadata
// You can set any type of data under the event_payload part
Map<String, Object> eventPayload = new HashMap<>();
eventPayload.put("procurement-id", "id-123");
eventPayload.put("amount", 1024);
eventPayload.put("tags", Arrays.asList("Procurement", "Engineering Division"));
// Build the metadata to attach to your app's message
Message.Metadata metadata = Message.Metadata.builder()
.eventType("internal-procurement-approval")
</tr></table>

... (truncated)

Commits
  • 1dd1f43 version 1.22.2
  • 989f0e1 Add missing properties to ChannelDeletedEvent (#994)
  • 97ba7fa Upgrade patch/minor versions of optional dependencies
  • 60f11f7 Disable unstable tests
  • 81a4991 Run all the integration tests - 2022-06-08 PT
  • e5a0300 Add tests for users.* API test pattern coverage
  • 7eb462e Run all the integration tests - 2022-06-07 PT
  • f02cebf Run all the integration tests - 2022-06-06 PT
  • 7c335f5 Add document section about how to asynchronously ack requests in bolt-java
  • 2ab917d Run all the integration tests - 2022-06-02 PT
  • 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.22.2.
- [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.22.2)

---
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 Jun 17, 2022

Copy link
Copy Markdown
Contributor Author

Superseded by #177.

@dependabot dependabot Bot closed this Jun 17, 2022
@dependabot
dependabot Bot deleted the dependabot/maven/com.slack.api-slack-api-model-1.22.2 branch June 17, 2022 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