Skip to content

Commit 186352a

Browse files
authored
fix(deps): update dependency com.slack.api:slack-app-backend to v1.21.1 (GoogleCloudPlatform#6991)
[![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.20.2` -> `1.21.1` | [![age](https://badges.renovateapi.com/packages/maven/com.slack.api:slack-app-backend/1.21.1/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.slack.api:slack-app-backend/1.21.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.slack.api:slack-app-backend/1.21.1/compatibility-slim/1.20.2)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.slack.api:slack-app-backend/1.21.1/confidence-slim/1.20.2)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>slackapi/java-slack-sdk</summary> ### [`v1.21.1`](https://togithub.com/slackapi/java-slack-sdk/releases/v1.21.1) [Compare Source](https://togithub.com/slackapi/java-slack-sdk/compare/v1.20.2...v1.21.1) #### Changes - \[bolt] [#&GoogleCloudPlatform#8203;961](https://togithub.com/slackapi/java-slack-sdk/issues/961) Fix [#&GoogleCloudPlatform#8203;960](https://togithub.com/slackapi/java-slack-sdk/issues/960) The bot refresh token is overridden with the user refresh token in OAuthV2DefaultSuccessHandler.java - Thanks [@&GoogleCloudPlatform#8203;seratch](https://togithub.com/seratch) *** - All issues/pull requests: https://github.com/slackapi/java-slack-sdk/milestone/54?closed=1 - All changes: slackapi/java-slack-sdk@v1.21.0...v1.21.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 ed8712d commit 186352a

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.20.2</version>
80+
<version>1.21.1</version>
8181
</dependency>
8282

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

0 commit comments

Comments
 (0)