Skip to content

Commit

Permalink
Bump the bolt-gradle group with 1 update (#171)
Browse files Browse the repository at this point in the history
Bumps the bolt-gradle group with 1 update: [com.slack.api:bolt](https://github.com/slackapi/java-slack-sdk).

- [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.30.0...v1.31.0)

---
updated-dependencies:
- dependency-name: com.slack.api:bolt
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: bolt-gradle
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 5, 2023
1 parent 6790ebc commit 63809e5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ repositories {
dependencies {
implementation("ch.qos.logback:logback-classic:1.4.11")
// ***** SOCKET MODE DEPENDENCIES ***** -->
implementation("com.slack.api:bolt:1.30.0")
implementation("com.slack.api:bolt-socket-mode:1.30.0")
implementation("com.slack.api:bolt:1.31.0")
implementation("com.slack.api:bolt-socket-mode:1.31.0")
implementation("javax.websocket:javax.websocket-api:1.1")
implementation("org.glassfish.tyrus.bundles:tyrus-standalone-client:(,1.19]")
// ***** OAUTH DEPENDENCIES *****
implementation("com.slack.api:bolt-jetty:1.30.0")
implementation("com.slack.api:bolt-jetty:1.31.0")
// ***** TEST DEPENDENCIES *****
testImplementation('org.junit.jupiter:junit-jupiter-engine:5.10.0')
testImplementation('org.mockito:mockito-core:5.5.0')
Expand Down

0 comments on commit 63809e5

Please sign in to comment.