File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -15,12 +15,12 @@ repositories {
1515dependencies {
1616 implementation(" ch.qos.logback:logback-classic:1.5.18" )
1717 // ***** SOCKET MODE DEPENDENCIES ***** -->
18- implementation(" com.slack.api:bolt:1.45.3 " )
19- implementation(" com.slack.api:bolt-socket-mode:1.45.3 " )
18+ implementation(" com.slack.api:bolt:1.45.4 " )
19+ implementation(" com.slack.api:bolt-socket-mode:1.45.4 " )
2020 implementation(" javax.websocket:javax.websocket-api:1.1" )
2121 implementation(" org.glassfish.tyrus.bundles:tyrus-standalone-client:(,1.19]" )
2222 // ***** OAUTH DEPENDENCIES *****
23- implementation(" com.slack.api:bolt-jetty:1.45.3 " )
23+ implementation(" com.slack.api:bolt-jetty:1.45.4 " )
2424 // ***** TEST DEPENDENCIES *****
2525 testImplementation(' org.junit.jupiter:junit-jupiter-api:5.13.4' )
2626 testRuntimeOnly(' org.junit.jupiter:junit-jupiter-engine:5.13.4' )
You can’t perform that action at this time.
0 commit comments