|
7 | 7 | <artifactId>cms</artifactId>
|
8 | 8 | <packaging>jar</packaging>
|
9 | 9 | <name>contentstack-management-java</name>
|
10 |
| - <version>1.6.0</version> |
| 10 | + <version>1.6.1</version> |
11 | 11 | <description>Contentstack Java Management SDK for Content Management API, Contentstack is a headless CMS with an
|
12 | 12 | API-first approach
|
13 | 13 | </description>
|
|
93 | 93 | <converter-gson-version>2.11.0</converter-gson-version>
|
94 | 94 | <okhttp.version>4.12.0</okhttp.version>
|
95 | 95 | <jococo-plugin.version>0.8.7</jococo-plugin.version>
|
96 |
| - <lombok-source.version>1.18.36</lombok-source.version> |
| 96 | + <lombok-source.version>1.18.38</lombok-source.version> |
97 | 97 | <junit-jupiter.version>5.11.4</junit-jupiter.version>
|
98 | 98 | <junit-jupiter-engine.version>5.10.1</junit-jupiter-engine.version>
|
99 |
| - <gson.version>2.12.1</gson.version> |
| 99 | + <gson.version>2.13.0</gson.version> |
100 | 100 | <maven-site-plugin.version>3.3</maven-site-plugin.version>
|
101 | 101 | <maven-gpg-plugin.version>1.5</maven-gpg-plugin.version>
|
102 | 102 | <maven-compiler-plugin.version>3.8.0</maven-compiler-plugin.version>
|
|
149 | 149 | <dependency>
|
150 | 150 | <groupId>org.jetbrains</groupId>
|
151 | 151 | <artifactId>annotations</artifactId>
|
152 |
| - <version>26.0.1</version> |
| 152 | + <version>26.0.2</version> |
153 | 153 | <scope>provided</scope>
|
154 | 154 | </dependency>
|
155 | 155 | <dependency>
|
|
208 | 208 | <dependency>
|
209 | 209 | <groupId>org.jsoup</groupId>
|
210 | 210 | <artifactId>jsoup</artifactId>
|
211 |
| - <version>1.19.1</version> |
| 211 | + <version>1.20.1</version> |
212 | 212 | </dependency>
|
213 | 213 | <dependency>
|
214 | 214 | <groupId>org.jetbrains.kotlin</groupId>
|
215 | 215 | <artifactId>kotlin-stdlib</artifactId>
|
216 |
| - <version>2.1.10</version> |
| 216 | + <version>2.1.20</version> |
217 | 217 | </dependency>
|
218 | 218 | </dependencies>
|
219 | 219 |
|
|
327 | 327 | <compilerArgs>
|
328 | 328 | <arg>-Xlint:all,-serial,-processing</arg>
|
329 | 329 | </compilerArgs>
|
| 330 | + <annotationProcessorPaths> |
| 331 | + <path> |
| 332 | + <groupId>org.projectlombok</groupId> |
| 333 | + <artifactId>lombok</artifactId> |
| 334 | + <version>${lombok-source.version}</version> |
| 335 | + </path> |
| 336 | + </annotationProcessorPaths> |
330 | 337 | </configuration>
|
331 | 338 | </plugin>
|
332 | 339 | <plugin>
|
|
0 commit comments