Skip to content

Commit 2cfa8b0

Browse files
committed
Update dependency versions for logging, Slack API, OkHttp, and SLF4J
1 parent a345035 commit 2cfa8b0

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
@@ -22,7 +22,7 @@
2222
<dotenv-source.version>3.0.0</dotenv-source.version>
2323
<rxjava-source.version>3.1.10</rxjava-source.version>
2424
<retrofit-source.version>2.11.0</retrofit-source.version>
25-
<loggin.version>4.12.0</loggin.version>
25+
<loggin.version>5.1.0</loggin.version>
2626
<jococo-plugin.version>0.8.5</jococo-plugin.version>
2727
<lombok-source.version>1.18.36</lombok-source.version>
2828
<junit-jupiter.version>5.11.4</junit-jupiter.version>
@@ -184,7 +184,7 @@
184184
<dependency>
185185
<groupId>com.slack.api</groupId>
186186
<artifactId>bolt</artifactId>
187-
<version>1.44.0</version>
187+
<version>1.45.3</version>
188188
</dependency>
189189
<dependency>
190190
<groupId>org.jetbrains</groupId>
@@ -194,12 +194,12 @@
194194
<dependency>
195195
<groupId>com.squareup.okhttp3</groupId>
196196
<artifactId>okhttp</artifactId>
197-
<version>4.12.0</version>
197+
<version>5.1.0</version>
198198
</dependency>
199199
<dependency>
200200
<groupId>org.slf4j</groupId>
201201
<artifactId>slf4j-simple</artifactId>
202-
<version>1.7.36</version>
202+
<version>2.0.17</version>
203203
</dependency>
204204
<!-- https://mvnrepository.com/artifact/io.github.cdimascio/java-dotenv -->
205205
<dependency>

0 commit comments

Comments
 (0)