|
4 | 4 | <modelVersion>4.0.0</modelVersion> |
5 | 5 | <groupId>com.contentstack.sdk</groupId> |
6 | 6 | <artifactId>utils</artifactId> |
7 | | - <version>1.2.12</version> |
| 7 | + <version>1.2.13</version> |
8 | 8 | <packaging>jar</packaging> |
9 | 9 | <name>Contentstack-utils</name> |
10 | 10 | <description>Java Utils SDK for Contentstack Content Delivery API, Contentstack is a headless CMS</description> |
|
20 | 20 | <maven-source-plugin.version>2.2.1</maven-source-plugin.version> |
21 | 21 | <maven-javadoc-plugin.version>3.1.1</maven-javadoc-plugin.version> |
22 | 22 | <junit.version>4.13.2</junit.version> |
23 | | - <jsoup.version>1.17.2</jsoup.version> |
| 23 | + <jsoup.version>1.18.3</jsoup.version> |
24 | 24 | <json.simple.version>1.1.1</json.simple.version> |
25 | 25 | <maven-site-plugin.version>3.3</maven-site-plugin.version> |
26 | 26 | <maven-gpg-plugin.version>1.5</maven-gpg-plugin.version> |
27 | 27 | <nexus-staging-maven-plugin.version>1.6.7</nexus-staging-maven-plugin.version> |
28 | 28 | <maven-release-plugin.version>2.5.3</maven-release-plugin.version> |
29 | 29 | <validation-version>2.0.1.Final</validation-version> |
30 | | - <json-version>20240303</json-version> |
31 | | - <spring-web-version>6.1.14</spring-web-version> |
32 | | - <org.apache.commons-text>1.12.0</org.apache.commons-text> |
| 30 | + <json-version>20250107</json-version> |
| 31 | + <spring-web-version>6.2.1</spring-web-version> |
| 32 | + <org.apache.commons-text>1.13.0</org.apache.commons-text> |
33 | 33 | </properties> |
34 | 34 |
|
35 | 35 | <developers> |
|
0 commit comments