|
5 | 5 | <modelVersion>4.0.0</modelVersion> |
6 | 6 | <groupId>com.contentstack.sdk</groupId> |
7 | 7 | <artifactId>java</artifactId> |
8 | | - <version>2.7.0</version> |
| 8 | + <version>2.7.1</version> |
9 | 9 | <packaging>jar</packaging> |
10 | 10 | <name>contentstack-java</name> |
11 | 11 | <description>Java SDK for Contentstack Content Delivery API</description> |
|
36 | 36 | <json-version>20251224</json-version> |
37 | 37 | <jacoco-maven-plugin-version>0.8.11</jacoco-maven-plugin-version> |
38 | 38 | <maven-release-plugin-version>2.5.3</maven-release-plugin-version> |
39 | | - <contentstack-utils-version>1.3.0</contentstack-utils-version> |
| 39 | + <contentstack-utils-version>1.5.1</contentstack-utils-version> |
40 | 40 | </properties> |
41 | 41 |
|
42 | 42 | <!-- Parent POM removed to avoid 403 from Maven Central in CI (Snyk, etc.). --> |
|
181 | 181 | <dependency> |
182 | 182 | <groupId>com.fasterxml.jackson.core</groupId> |
183 | 183 | <artifactId>jackson-databind</artifactId> |
184 | | - <version>2.21.2</version> |
| 184 | + <version>2.21.4</version> |
185 | 185 | </dependency> |
186 | 186 | <dependency> |
187 | 187 | <groupId>com.slack.api</groupId> |
|
229 | 229 | <dependency> |
230 | 230 | <groupId>org.springframework</groupId> |
231 | 231 | <artifactId>spring-core</artifactId> |
232 | | - <version>6.2.18</version> |
| 232 | + <version>6.2.19</version> |
233 | 233 | </dependency> |
234 | 234 | <dependency> |
235 | 235 | <groupId>org.springframework</groupId> |
236 | 236 | <artifactId>spring-beans</artifactId> |
237 | | - <version>6.2.18</version> |
| 237 | + <version>6.2.19</version> |
238 | 238 | </dependency> |
239 | 239 | <dependency> |
240 | 240 | <groupId>org.springframework</groupId> |
241 | 241 | <artifactId>spring-web</artifactId> |
242 | | - <version>6.2.18</version> |
| 242 | + <version>6.2.19</version> |
243 | 243 | </dependency> |
244 | 244 | <!-- Fix CVE-2020-15250: junit pulled by json-simple --> |
245 | 245 | <dependency> |
|
0 commit comments