Skip to content

Commit

Permalink
Merge pull request #330 from slack-samples/dependabot/gradle/bolt-gra…
Browse files Browse the repository at this point in the history
…dle-2d375caa5d

build(deps): bump the bolt-gradle group with 3 updates
  • Loading branch information
mwbrooks authored Feb 4, 2025
2 parents e1ec7ae + 6d40a55 commit 39bc90f
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.5.16")
// ***** SOCKET MODE DEPENDENCIES ***** -->
implementation("com.slack.api:bolt:1.45.1")
implementation("com.slack.api:bolt-socket-mode:1.45.1")
implementation("com.slack.api:bolt:1.45.2")
implementation("com.slack.api:bolt-socket-mode:1.45.2")
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.45.1")
implementation("com.slack.api:bolt-jetty:1.45.2")
// ***** TEST DEPENDENCIES *****
testImplementation('org.junit.jupiter:junit-jupiter-engine:5.11.4')
testImplementation('org.mockito:mockito-core:5.15.2')
Expand Down

0 comments on commit 39bc90f

Please sign in to comment.