|
19 | 19 | <plugin> |
20 | 20 | <groupId>org.apache.maven.plugins</groupId> |
21 | 21 | <artifactId>maven-surefire-plugin</artifactId> |
22 | | - <version>3.5.3</version> |
| 22 | + <version>3.5.4</version> |
23 | 23 | </plugin> |
24 | 24 | <plugin> |
25 | 25 | <groupId>com.diffplug.spotless</groupId> |
26 | 26 | <artifactId>spotless-maven-plugin</artifactId> |
27 | | - <version>2.45.0</version> |
| 27 | + <version>3.1.0</version> |
28 | 28 | <configuration> |
29 | 29 | <formats> |
30 | 30 | <format> |
|
66 | 66 | <dependency> |
67 | 67 | <groupId>ch.qos.logback</groupId> |
68 | 68 | <artifactId>logback-classic</artifactId> |
69 | | - <version>1.5.18</version> |
| 69 | + <version>1.5.21</version> |
70 | 70 | </dependency> |
71 | 71 | <!-- ***** SOCKET MODE DEPENDENCIES ***** --> |
72 | 72 | <dependency> |
73 | 73 | <groupId>com.slack.api</groupId> |
74 | 74 | <artifactId>bolt</artifactId> |
75 | | - <version>1.45.3</version> |
| 75 | + <version>1.46.0</version> |
76 | 76 | </dependency> |
77 | 77 | <dependency> |
78 | 78 | <groupId>com.slack.api</groupId> |
79 | 79 | <artifactId>bolt-socket-mode</artifactId> |
80 | | - <version>1.45.3</version> |
| 80 | + <version>1.46.0</version> |
81 | 81 | </dependency> |
82 | 82 | <dependency> |
83 | 83 | <groupId>javax.websocket</groupId> |
|
93 | 93 | <dependency> |
94 | 94 | <groupId>com.slack.api</groupId> |
95 | 95 | <artifactId>bolt-jetty</artifactId> |
96 | | - <version>1.45.3</version> |
| 96 | + <version>1.46.0</version> |
97 | 97 | </dependency> |
98 | 98 | <!-- ***** TEST DEPENDENCIES ***** --> |
99 | 99 | <dependency> |
100 | 100 | <groupId>org.junit.jupiter</groupId> |
101 | 101 | <artifactId>junit-jupiter-engine</artifactId> |
102 | | - <version>5.13.3</version> |
| 102 | + <version>6.0.1</version> |
103 | 103 | <scope>test</scope> |
104 | 104 | </dependency> |
105 | 105 | <dependency> |
106 | 106 | <groupId>org.mockito</groupId> |
107 | 107 | <artifactId>mockito-core</artifactId> |
108 | | - <version>5.18.0</version> |
| 108 | + <version>5.20.0</version> |
109 | 109 | <scope>test</scope> |
110 | 110 | </dependency> |
111 | 111 | </dependencies> |
|
0 commit comments