|
1 | 1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | | -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
| 2 | +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 3 | + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
3 | 4 |
|
4 | 5 | <modelVersion>4.0.0</modelVersion> |
5 | 6 | <groupId>com.contentstack.sdk</groupId> |
6 | 7 | <artifactId>java</artifactId> |
7 | | - <version>1.10.0-SNAPSHOT</version> |
| 8 | + <version>1.10.2-SNAPSHOT</version> |
8 | 9 | <packaging>jar</packaging> |
9 | 10 | <name>contentstack-java</name> |
10 | 11 | <description>Java SDK for Contentstack Content Delivery API</description> |
|
20 | 21 | <surefire-report-plugin.version>2.22.0</surefire-report-plugin.version> |
21 | 22 | <maven-source-plugin.version>2.2.1</maven-source-plugin.version> |
22 | 23 | <maven-javadoc-plugin.version>3.3.2</maven-javadoc-plugin.version> |
23 | | - <dotenv-source.version>2.2.3</dotenv-source.version> |
24 | | - <rxjava-source.version>3.1.4</rxjava-source.version> |
| 24 | + <dotenv-source.version>2.2.4</dotenv-source.version> |
| 25 | + <rxjava-source.version>3.1.5</rxjava-source.version> |
25 | 26 | <retrofit-source.version>2.9.0</retrofit-source.version> |
26 | 27 | <converter-gson-source.version>2.9.0</converter-gson-source.version> |
27 | | - <loggin.version>4.9.3</loggin.version> |
| 28 | + <loggin.version>4.10.0</loggin.version> |
28 | 29 | <jococo-plugin.version>0.8.5</jococo-plugin.version> |
29 | 30 | <lombok-source.version>1.18.24</lombok-source.version> |
30 | | - <junit-jupiter.version>5.8.2</junit-jupiter.version> |
| 31 | + <junit-jupiter.version>5.9.0</junit-jupiter.version> |
31 | 32 | <junit-jupiter-engine.version>5.8.0-M1</junit-jupiter-engine.version> |
32 | | - <junit-vintage-engine.version>5.8.2</junit-vintage-engine.version> |
| 33 | + <junit-vintage-engine.version>5.9.0</junit-vintage-engine.version> |
33 | 34 | <gson.version>2.8.8</gson.version> |
34 | 35 | <json-simple-version>1.1.1</json-simple-version> |
35 | 36 | <maven-site-plugin.version>3.3</maven-site-plugin.version> |
36 | 37 | <maven-gpg-plugin.version>1.5</maven-gpg-plugin.version> |
37 | 38 | <maven-compiler-plugin.version>3.8.1</maven-compiler-plugin.version> |
38 | 39 | <nexus-staging-maven-plugin.version>1.6.7</nexus-staging-maven-plugin.version> |
39 | 40 | <maven-release-plugin.version>2.5.3</maven-release-plugin.version> |
40 | | - <json-version>20220320</json-version> |
| 41 | + <json-version>20220924</json-version> |
41 | 42 | <jacoco-maven-plugin-version>0.8.7</jacoco-maven-plugin-version> |
42 | 43 | <maven-release-plugin-version>2.5.3</maven-release-plugin-version> |
43 | 44 | <nexus-staging-maven-plugin-version>1.6.7</nexus-staging-maven-plugin-version> |
44 | | - <contentstack-utils-version>1.1.1</contentstack-utils-version> |
| 45 | + <contentstack-utils-version>1.2.0</contentstack-utils-version> |
45 | 46 | </properties> |
46 | 47 |
|
47 | 48 | <parent> |
|
342 | 343 | <exclude>src/main/java/com/contentstack/sdk/FetchResultCallback.class</exclude> |
343 | 344 | <exclude>src/main/java/com/contentstack/sdk/EntryResultCallBack.class</exclude> |
344 | 345 | <exclude>src/main/java/com/contentstack/sdk/FetchResultCallback.class</exclude> |
| 346 | + <exclude>src/main/java/com/contentstack/sdk/TestLivePreview.class</exclude> |
345 | 347 | </excludes> |
346 | 348 | </configuration> |
347 | 349 | </plugin> |
|
0 commit comments