Skip to content

Commit 8a27208

Browse files
committed
Update pom.xml to upgrade dependencies: rxjava to 3.1.11, retrofit to 3.0.0, jackson-databind to 2.19.2, and annotations to 26.0.2 for improved functionality and security.
1 parent 20ebe86 commit 8a27208

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
@@ -20,8 +20,8 @@
2020
<maven-source-plugin.version>3.3.1</maven-source-plugin.version>
2121
<maven-javadoc-plugin.version>3.4.1</maven-javadoc-plugin.version>
2222
<dotenv-source.version>3.0.0</dotenv-source.version>
23-
<rxjava-source.version>3.1.10</rxjava-source.version>
24-
<retrofit-source.version>2.11.0</retrofit-source.version>
23+
<rxjava-source.version>3.1.11</rxjava-source.version>
24+
<retrofit-source.version>3.0.0</retrofit-source.version>
2525
<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>
@@ -184,7 +184,7 @@
184184
<dependency>
185185
<groupId>com.fasterxml.jackson.core</groupId>
186186
<artifactId>jackson-databind</artifactId>
187-
<version>2.18.2</version>
187+
<version>2.19.2</version>
188188
</dependency>
189189
<dependency>
190190
<groupId>com.slack.api</groupId>
@@ -194,7 +194,7 @@
194194
<dependency>
195195
<groupId>org.jetbrains</groupId>
196196
<artifactId>annotations</artifactId>
197-
<version>24.0.1</version>
197+
<version>26.0.2</version>
198198
</dependency>
199199
<dependency>
200200
<groupId>com.squareup.okhttp3</groupId>

0 commit comments

Comments
 (0)