|
5 | 5 | <modelVersion>4.0.0</modelVersion>
|
6 | 6 | <groupId>com.contentstack.sdk</groupId>
|
7 | 7 | <artifactId>marketplace</artifactId>
|
8 |
| - <version>1.0.2</version> |
| 8 | + <version>1.0.3</version> |
9 | 9 | <description>Contentstack Java Management SDK for Content Management API</description>
|
10 | 10 | <url>https://github.com/contentstack/contentstack-management-java/</url>
|
11 | 11 |
|
|
16 | 16 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
17 | 17 | <surefire-report-plugin.version>3.1.2</surefire-report-plugin.version>
|
18 | 18 | <maven-source-plugin.version>3.3.0</maven-source-plugin.version>
|
19 |
| - <maven-javadoc-plugin.version>3.0.0</maven-javadoc-plugin.version> |
| 19 | + <maven-javadoc-plugin.version>3.4.1</maven-javadoc-plugin.version> |
20 | 20 | <dotenv-source.version>5.2.2</dotenv-source.version>
|
21 | 21 | <rxjava-source.version>3.1.6</rxjava-source.version>
|
22 |
| - <retrofit-source.version>2.11.0</retrofit-source.version> |
23 |
| - <converter-gson-version>2.11.0</converter-gson-version> |
| 22 | + <retrofit-source.version>2.10.0</retrofit-source.version> |
| 23 | + <converter-gson-version>2.10.0</converter-gson-version> |
| 24 | + <okhttp.version>4.12.0</okhttp.version> |
| 25 | + <okio.version>3.4.0</okio.version> |
24 | 26 | <logging.version>4.10.0</logging.version>
|
25 | 27 | <jococo-plugin.version>0.8.7</jococo-plugin.version>
|
26 |
| - <lombok-source.version>1.18.32</lombok-source.version> |
27 |
| - <junit-jupiter.version>5.10.0</junit-jupiter.version> |
| 28 | + <lombok-source.version>1.18.36</lombok-source.version> |
| 29 | + <junit-jupiter.version>5.8.0</junit-jupiter.version> |
28 | 30 | <junit-jupiter-engine.version>5.8.0-M1</junit-jupiter-engine.version>
|
29 |
| - <junit-vintage-engine.version>5.10.0</junit-vintage-engine.version> |
| 31 | + <junit-vintage-engine.version>5.8.0</junit-vintage-engine.version> |
30 | 32 | <gson.version>2.10.1</gson.version>
|
31 | 33 | <maven-site-plugin.version>4.0.0-M9</maven-site-plugin.version>
|
32 | 34 | <maven-gpg-plugin.version>3.1.0</maven-gpg-plugin.version>
|
|
60 | 62 | <name>MIT</name>
|
61 | 63 | <url>https://www.opensource.org/licenses/mit-license.php</url>
|
62 | 64 | </license>
|
| 65 | + <license> |
| 66 | + <name>EPL-1.0</name> |
| 67 | + <url>https://www.eclipse.org/legal/epl-v10.html</url> |
| 68 | + <distribution>repo</distribution> |
| 69 | + </license> |
63 | 70 | </licenses>
|
64 | 71 |
|
65 | 72 | <organization>
|
|
114 | 121 | <version>${converter-gson-version}</version>
|
115 | 122 | <scope>compile</scope>
|
116 | 123 | </dependency>
|
| 124 | + <dependency> |
| 125 | + <groupId>com.squareup.okhttp3</groupId> |
| 126 | + <artifactId>okhttp</artifactId> |
| 127 | + <version>${okhttp.version}</version> |
| 128 | + </dependency> |
| 129 | + <dependency> |
| 130 | + <groupId>com.squareup.okio</groupId> |
| 131 | + <artifactId>okio</artifactId> |
| 132 | + <version>${okio.version}</version> |
| 133 | + </dependency> |
117 | 134 | <dependency>
|
118 | 135 | <groupId>org.jetbrains</groupId>
|
119 | 136 | <artifactId>annotations</artifactId>
|
120 |
| - <version>24.1.0</version> |
| 137 | + <version>26.0.1</version> |
121 | 138 | <scope>provided</scope>
|
122 | 139 | </dependency>
|
123 | 140 | <dependency>
|
|
150 | 167 | <version>1.1.1</version>
|
151 | 168 | <scope>compile</scope>
|
152 | 169 | </dependency>
|
| 170 | + <dependency> |
| 171 | + <groupId>org.jetbrains.kotlin</groupId> |
| 172 | + <artifactId>kotlin-stdlib</artifactId> |
| 173 | + <version>2.1.0</version> |
| 174 | + </dependency> |
153 | 175 | </dependencies>
|
154 | 176 |
|
155 | 177 | <build>
|
|
165 | 187 | <testFailureIgnore>true</testFailureIgnore>
|
166 | 188 | </configuration>
|
167 | 189 | </plugin>
|
168 |
| - |
169 | 190 | <plugin>
|
170 | 191 | <groupId>org.apache.maven.plugins</groupId>
|
171 | 192 | <artifactId>maven-jxr-plugin</artifactId>
|
|
0 commit comments