Skip to content

Commit 8e287c0

Browse files
authored
Merge branch 'main' into dependabot/gradle/bolt-gradle-d51f7fdfb3
2 parents 3e8fe92 + b4c9698 commit 8e287c0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -72,12 +72,12 @@
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>
@@ -93,13 +93,13 @@
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>

0 commit comments

Comments
 (0)