Skip to content

Commit f1ff161

Browse files
Merge branch 'main' into dependabot/gradle/org.junit.jupiter-junit-jupiter-api-6.0.3
2 parents 3652cda + 596801a commit f1ff161

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -66,18 +66,18 @@
6666
<dependency>
6767
<groupId>ch.qos.logback</groupId>
6868
<artifactId>logback-classic</artifactId>
69-
<version>1.5.27</version>
69+
<version>1.5.32</version>
7070
</dependency>
7171
<!-- ***** SOCKET MODE DEPENDENCIES ***** -->
7272
<dependency>
7373
<groupId>com.slack.api</groupId>
7474
<artifactId>bolt</artifactId>
75-
<version>1.46.0</version>
75+
<version>1.47.0</version>
7676
</dependency>
7777
<dependency>
7878
<groupId>com.slack.api</groupId>
7979
<artifactId>bolt-socket-mode</artifactId>
80-
<version>1.46.0</version>
80+
<version>1.47.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.46.0</version>
96+
<version>1.47.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.2</version>
102+
<version>6.0.3</version>
103103
<scope>test</scope>
104104
</dependency>
105105
<dependency>

0 commit comments

Comments
 (0)