File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -16,12 +16,12 @@ repositories {
1616dependencies {
1717 implementation(" ch.qos.logback:logback-classic:1.5.20" )
1818 // ***** SOCKET MODE DEPENDENCIES ***** -->
19- implementation(" com.slack.api:bolt:1.45.4 " )
20- implementation(" com.slack.api:bolt-socket-mode:1.45.4 " )
19+ implementation(" com.slack.api:bolt:1.46.0 " )
20+ implementation(" com.slack.api:bolt-socket-mode:1.46.0 " )
2121 implementation(" javax.websocket:javax.websocket-api:1.1" )
2222 implementation(" org.glassfish.tyrus.bundles:tyrus-standalone-client:(,1.19]" )
2323 // ***** OAUTH DEPENDENCIES *****
24- implementation(" com.slack.api:bolt-jetty:1.45.4 " )
24+ implementation(" com.slack.api:bolt-jetty:1.46.0 " )
2525 // ***** TEST DEPENDENCIES *****
2626 testImplementation(' org.junit.jupiter:junit-jupiter-api:6.0.1' )
2727 testRuntimeOnly(' org.junit.jupiter:junit-jupiter-engine:6.0.1' )
Original file line number Diff line number Diff line change 7272 <dependency >
7373 <groupId >com.slack.api</groupId >
7474 <artifactId >bolt</artifactId >
75- <version >1.45.4 </version >
75+ <version >1.46.0 </version >
7676 </dependency >
7777 <dependency >
7878 <groupId >com.slack.api</groupId >
7979 <artifactId >bolt-socket-mode</artifactId >
80- <version >1.45.4 </version >
80+ <version >1.46.0 </version >
8181 </dependency >
8282 <dependency >
8383 <groupId >javax.websocket</groupId >
9393 <dependency >
9494 <groupId >com.slack.api</groupId >
9595 <artifactId >bolt-jetty</artifactId >
96- <version >1.45.4 </version >
96+ <version >1.46.0 </version >
9797 </dependency >
9898 <!-- ***** TEST DEPENDENCIES ***** -->
9999 <dependency >
100100 <groupId >org.junit.jupiter</groupId >
101101 <artifactId >junit-jupiter-engine</artifactId >
102- <version >6.0.0 </version >
102+ <version >6.0.1 </version >
103103 <scope >test</scope >
104104 </dependency >
105105 <dependency >
You can’t perform that action at this time.
0 commit comments