|
5 | 5 | <modelVersion>4.0.0</modelVersion>
|
6 | 6 | <groupId>com.contentstack.sdk</groupId>
|
7 | 7 | <artifactId>java</artifactId>
|
8 |
| - <version>2.1.0</version> |
| 8 | + <version>2.1.1</version> |
9 | 9 | <packaging>jar</packaging>
|
10 | 10 | <name>contentstack-java</name>
|
11 | 11 | <description>Java SDK for Contentstack Content Delivery API</description>
|
|
22 | 22 | <dotenv-source.version>3.0.0</dotenv-source.version>
|
23 | 23 | <rxjava-source.version>3.1.10</rxjava-source.version>
|
24 | 24 | <retrofit-source.version>2.11.0</retrofit-source.version>
|
25 |
| - <loggin.version>5.0.0-alpha.11</loggin.version> |
| 25 | + <loggin.version>4.12.0</loggin.version> |
26 | 26 | <jococo-plugin.version>0.8.5</jococo-plugin.version>
|
27 | 27 | <lombok-source.version>1.18.36</lombok-source.version>
|
28 | 28 | <junit-jupiter.version>5.11.4</junit-jupiter.version>
|
|
34 | 34 | <maven-compiler-plugin.version>3.8.1</maven-compiler-plugin.version>
|
35 | 35 | <nexus-staging-maven-plugin.version>1.6.13</nexus-staging-maven-plugin.version>
|
36 | 36 | <json-version>20250107</json-version>
|
37 |
| - <jacoco-maven-plugin-version>0.8.7</jacoco-maven-plugin-version> |
| 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 | 39 | <contentstack-utils-version>1.2.15</contentstack-utils-version>
|
40 | 40 | </properties>
|
|
122 | 122 | <scope>compile</scope>
|
123 | 123 | </dependency>
|
124 | 124 |
|
125 |
| - <!-- https://mvnrepository.com/artifact/io.github.cdimascio/java-dotenv --> |
126 |
| - <dependency> |
127 |
| - <groupId>io.github.cdimascio</groupId> |
128 |
| - <artifactId>java-dotenv</artifactId> |
129 |
| - <version>5.2.2</version> |
130 |
| - </dependency> |
131 |
| - |
132 |
| - |
133 | 125 | <dependency>
|
134 | 126 | <groupId>io.reactivex.rxjava3</groupId>
|
135 | 127 | <artifactId>rxjava</artifactId>
|
|
189 | 181 | <artifactId>jackson-databind</artifactId>
|
190 | 182 | <version>2.18.2</version>
|
191 | 183 | </dependency>
|
| 184 | + <dependency> |
| 185 | + <groupId>com.slack.api</groupId> |
| 186 | + <artifactId>bolt</artifactId> |
| 187 | + <version>1.44.0</version> |
| 188 | + </dependency> |
| 189 | + <dependency> |
| 190 | + <groupId>org.jetbrains</groupId> |
| 191 | + <artifactId>annotations</artifactId> |
| 192 | + <version>24.0.1</version> |
| 193 | + </dependency> |
| 194 | + <dependency> |
| 195 | + <groupId>com.squareup.okhttp3</groupId> |
| 196 | + <artifactId>okhttp</artifactId> |
| 197 | + <version>4.12.0</version> |
| 198 | + </dependency> |
| 199 | + <dependency> |
| 200 | + <groupId>org.slf4j</groupId> |
| 201 | + <artifactId>slf4j-simple</artifactId> |
| 202 | + <version>1.7.36</version> |
| 203 | + </dependency> |
| 204 | + |
192 | 205 | </dependencies>
|
193 | 206 |
|
194 | 207 | <build>
|
|
237 | 250 | <use>false</use>
|
238 | 251 | <source>1.8</source>
|
239 | 252 | <links>
|
240 |
| - <link>https://docs.oracle.com/javase/7/docs/api/</link> |
241 |
| - <link>https://docs.oracle.com/javase/7/docs/api/</link> |
| 253 | + <link>https://docs.oracle.com/en/java/javase/23/docs/api/index.html</link> |
242 | 254 | </links>
|
243 | 255 | <doclint>none</doclint>
|
244 | 256 | </configuration>
|
|
251 | 263 | <artifactId>maven-surefire-plugin</artifactId>
|
252 | 264 | <version>2.22.2</version>
|
253 | 265 | <configuration>
|
254 |
| - <skipTests>true</skipTests> |
| 266 | + <!-- <skipTests>true</skipTests> --> |
255 | 267 | </configuration>
|
256 | 268 | </plugin>
|
257 | 269 |
|
|
0 commit comments