Skip to content

Commit

Permalink
Bump com.slack.api:bolt-socket-mode from 1.38.2 to 1.38.3
Browse files Browse the repository at this point in the history
Bumps [com.slack.api:bolt-socket-mode](https://github.com/slackapi/java-slack-sdk) from 1.38.2 to 1.38.3.
- [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.38.2...v1.38.3)

---
updated-dependencies:
- dependency-name: com.slack.api:bolt-socket-mode
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and marcwrobel committed Mar 15, 2024
1 parent 160d005 commit 2ae6284
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Expand Up @@ -15,5 +15,5 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

### Internal

- Bump com.slack.api:bolt-socket-mode from 1.38.0 to 1.38.2 (#181, #182).
- Bump com.slack.api:bolt-socket-mode from 1.38.0 to 1.38.3 (#181, #182, #183).
- Bump gradle/gradle-build-action from 2 to 3 (#180).
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -18,7 +18,7 @@ dependencies {
implementation 'io.quarkus:quarkus-qute'
implementation 'io.quarkus:quarkus-jackson'

implementation 'com.slack.api:bolt-socket-mode:1.38.2'
implementation 'com.slack.api:bolt-socket-mode:1.38.3'
implementation 'javax.websocket:javax.websocket-api:1.1'
implementation 'org.glassfish.tyrus.bundles:tyrus-standalone-client:1.21'

Expand Down

0 comments on commit 2ae6284

Please sign in to comment.