Skip to content

Commit

Permalink
Bump com.slack.api:bolt-jetty from 1.42.1 to 1.44.2
Browse files Browse the repository at this point in the history
Bumps [com.slack.api:bolt-jetty](https://github.com/slackapi/java-slack-sdk) from 1.42.1 to 1.44.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.42.1...v1.44.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 25, 2024
1 parent d1c5e0e commit 595fa81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ dependencies {
testImplementation 'org.jetbrains.kotlin:kotlin-test'
implementation(platform("org.jetbrains.kotlin:kotlin-bom"))
implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8")
implementation("com.slack.api:bolt-jetty:1.42.1")
implementation("com.slack.api:bolt-jetty:1.44.2")
implementation("org.slf4j:slf4j-simple:2.0.16")
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0'
implementation 'org.quartz-scheduler:quartz:2.3.2'
Expand Down

0 comments on commit 595fa81

Please sign in to comment.