|
7 | 7 | <artifactId>cms</artifactId> |
8 | 8 | <packaging>jar</packaging> |
9 | 9 | <name>contentstack-management-java</name> |
10 | | - <version>1.10.0</version> |
| 10 | + <version>1.10.1</version> |
11 | 11 | <description>Contentstack Java Management SDK for Content Management API, Contentstack is a headless CMS with an |
12 | 12 | API-first approach |
13 | 13 | </description> |
|
88 | 88 | <maven-source-plugin.version>2.2.1</maven-source-plugin.version> |
89 | 89 | <maven-javadoc-plugin.version>3.0.0</maven-javadoc-plugin.version> |
90 | 90 | <dotenv-source.version>5.2.2</dotenv-source.version> |
91 | | - <rxjava-source.version>3.1.10</rxjava-source.version> |
| 91 | + <rxjava-source.version>3.1.12</rxjava-source.version> |
92 | 92 | <retrofit-source.version>2.12.0</retrofit-source.version> |
93 | 93 | <converter-gson-version>2.12.0</converter-gson-version> |
94 | | - <okhttp.version>4.12.0</okhttp.version> |
| 94 | + <okhttp.version>5.1.0</okhttp.version> |
95 | 95 | <jococo-plugin.version>0.8.13</jococo-plugin.version> |
96 | 96 | <lombok-source.version>1.18.38</lombok-source.version> |
97 | 97 | <junit-jupiter.version>5.11.4</junit-jupiter.version> |
98 | 98 | <junit-jupiter-engine.version>5.10.1</junit-jupiter-engine.version> |
99 | | - <gson.version>2.13.1</gson.version> |
| 99 | + <gson.version>2.13.2</gson.version> |
100 | 100 | <maven-site-plugin.version>3.3</maven-site-plugin.version> |
101 | 101 | <maven-gpg-plugin.version>1.5</maven-gpg-plugin.version> |
102 | 102 | <maven-compiler-plugin.version>3.8.0</maven-compiler-plugin.version> |
|
186 | 186 | <artifactId>json-simple</artifactId> |
187 | 187 | <version>1.1.1</version> |
188 | 188 | <scope>compile</scope> |
| 189 | + <exclusions> |
| 190 | + <!-- Exclude vulnerable junit 4.10 - not needed at runtime --> |
| 191 | + <exclusion> |
| 192 | + <groupId>junit</groupId> |
| 193 | + <artifactId>junit</artifactId> |
| 194 | + </exclusion> |
| 195 | + </exclusions> |
189 | 196 | </dependency> |
190 | 197 | <dependency> |
191 | 198 | <groupId>javax.activation</groupId> |
|
207 | 214 | <dependency> |
208 | 215 | <groupId>org.jsoup</groupId> |
209 | 216 | <artifactId>jsoup</artifactId> |
210 | | - <version>1.20.1</version> |
| 217 | + <version>1.21.2</version> |
211 | 218 | </dependency> |
212 | 219 | <dependency> |
213 | 220 | <groupId>org.jetbrains.kotlin</groupId> |
214 | 221 | <artifactId>kotlin-stdlib</artifactId> |
215 | | - <version>2.1.21</version> |
| 222 | + <version>2.2.21</version> |
216 | 223 | </dependency> |
217 | 224 | <dependency> |
218 | 225 | <groupId>com.warrenstrange</groupId> |
219 | 226 | <artifactId>googleauth</artifactId> |
220 | 227 | <version>1.5.0</version> |
221 | 228 | </dependency> |
| 229 | + <!-- Override vulnerable transitive dependency from googleauth --> |
| 230 | + <dependency> |
| 231 | + <groupId>org.apache.httpcomponents</groupId> |
| 232 | + <artifactId>httpclient</artifactId> |
| 233 | + <version>4.5.14</version> |
| 234 | + </dependency> |
222 | 235 | </dependencies> |
223 | 236 |
|
224 | 237 |
|
|
0 commit comments