Skip to content

Commit 8612444

Browse files
authored
fix(deps): update dependency com.slack.api:slack-app-backend to v1.22.1 (GoogleCloudPlatform#7130)
[![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [com.slack.api:slack-app-backend](https://togithub.com/slackapi/java-slack-sdk) | `1.22.0` -> `1.22.1` | [![age](https://badges.renovateapi.com/packages/maven/com.slack.api:slack-app-backend/1.22.1/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.slack.api:slack-app-backend/1.22.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.slack.api:slack-app-backend/1.22.1/compatibility-slim/1.22.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.slack.api:slack-app-backend/1.22.1/confidence-slim/1.22.0)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>slackapi/java-slack-sdk</summary> ### [`v1.22.1`](https://togithub.com/slackapi/java-slack-sdk/releases/v1.22.1) [Compare Source](https://togithub.com/slackapi/java-slack-sdk/compare/v1.22.0...v1.22.1) #### Changes - \[bolt] [#&GoogleCloudPlatform#8203;984](https://togithub.com/slackapi/java-slack-sdk/issues/984) Add granular user change events - Thanks [@&GoogleCloudPlatform#8203;seratch](https://togithub.com/seratch) - \[slack-api-client] [#&GoogleCloudPlatform#8203;983](https://togithub.com/slackapi/java-slack-sdk/issues/983) Tweaking warnings related to missing accessibility fields text and fallback when posting messages - Thanks [@&GoogleCloudPlatform#8203;filmaj](https://togithub.com/filmaj) - \[slack-api-client] Add new properties to Audit Logs API response classes - Thanks [@&GoogleCloudPlatform#8203;seratch](https://togithub.com/seratch) *** - All issues/pull requests: https://github.com/slackapi/java-slack-sdk/milestone/57?closed=1 - All changes: slackapi/java-slack-sdk@v1.22.0...v1.22.1 </details> --- ### Configuration 📅 **Schedule**: At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Never, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox. --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/GoogleCloudPlatform/java-docs-samples).
1 parent e2a9b4d commit 8612444

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

functions/slack/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
<dependency>
7878
<groupId>com.slack.api</groupId>
7979
<artifactId>slack-app-backend</artifactId>
80-
<version>1.22.0</version>
80+
<version>1.22.1</version>
8181
</dependency>
8282

8383
<!-- The following dependencies are only required for testing -->

0 commit comments

Comments
 (0)