File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11plugins {
22 id ' application'
3- id " com.diffplug.spotless" version " 8.7 .0"
3+ id " com.diffplug.spotless" version " 8.8 .0"
44 id ' jvm-test-suite'
55}
66
@@ -14,7 +14,7 @@ repositories {
1414}
1515
1616dependencies {
17- implementation(" ch.qos.logback:logback-classic:1.5.34 " )
17+ implementation(" ch.qos.logback:logback-classic:1.5.37 " )
1818 // ***** SOCKET MODE DEPENDENCIES ***** -->
1919 implementation(" com.slack.api:bolt:1.49.0" )
2020 implementation(" com.slack.api:bolt-socket-mode:1.49.0" )
@@ -23,8 +23,8 @@ dependencies {
2323 // ***** OAUTH DEPENDENCIES *****
2424 implementation(" com.slack.api:bolt-jetty:1.49.0" )
2525 // ***** TEST DEPENDENCIES *****
26- testImplementation(' org.junit.jupiter:junit-jupiter-api:6.1.0 ' )
27- testRuntimeOnly(' org.junit.jupiter:junit-jupiter-engine:6.1.0 ' )
26+ testImplementation(' org.junit.jupiter:junit-jupiter-api:6.1.1 ' )
27+ testRuntimeOnly(' org.junit.jupiter:junit-jupiter-engine:6.1.1 ' )
2828 testImplementation(' org.mockito:mockito-core:5.23.0' )
2929}
3030
Original file line number Diff line number Diff line change 9999 <dependency >
100100 <groupId >org.junit.jupiter</groupId >
101101 <artifactId >junit-jupiter-engine</artifactId >
102- <version >6.1.0 </version >
102+ <version >6.1.1 </version >
103103 <scope >test</scope >
104104 </dependency >
105105 <dependency >
You can’t perform that action at this time.
0 commit comments