|
5 | 5 | <artifactId>docusign-admin-java</artifactId> |
6 | 6 | <packaging>jar</packaging> |
7 | 7 | <name>docusign-admin-java</name> |
8 | | - <version>1.1.0</version> |
| 8 | + <version>1.2.0</version> |
9 | 9 | <url>https://developers.docusign.com</url> |
10 | 10 | <description>The DocuSign Admin API enables you to automate user management with your existing systems while ensuring governance and compliance.</description> |
11 | 11 |
|
|
170 | 170 | </executions> |
171 | 171 | <configuration> |
172 | 172 | </configuration> |
173 | | - </plugin> |
| 173 | + </plugin> |
174 | 174 |
|
175 | 175 | <plugin> |
176 | 176 | <groupId>org.codehaus.mojo</groupId> |
|
259 | 259 | <exclude>org.hamcrest:hamcrest-core:jar</exclude> |
260 | 260 | </excludes> |
261 | 261 | </artifactSet> |
| 262 | + <filters> |
| 263 | + <filter> |
| 264 | + <artifact>*:*</artifact> |
| 265 | + <excludes> |
| 266 | + <exclude>META-INF/*.SF</exclude> |
| 267 | + <exclude>META-INF/*.DSA</exclude> |
| 268 | + <exclude>META-INF/*.RSA</exclude> |
| 269 | + </excludes> |
| 270 | + </filter> |
| 271 | + </filters> |
262 | 272 | </configuration> |
263 | 273 | </execution> |
264 | 274 | </executions> |
|
298 | 308 |
|
299 | 309 | <dependencies> |
300 | 310 | <dependency> |
301 | | - <groupId>io.swagger</groupId> |
| 311 | + <groupId>io.swagger.core.v3</groupId> |
302 | 312 | <artifactId>swagger-annotations</artifactId> |
303 | 313 | <version>${swagger-core-version}</version> |
304 | 314 | </dependency> |
|
326 | 336 | </dependency> |
327 | 337 | <!-- JSON processing: jackson --> |
328 | 338 | <dependency> |
329 | | - <groupId>com.fasterxml.jackson.core</groupId> |
330 | | - <artifactId>jackson-core</artifactId> |
331 | | - <version>${jackson-version}</version> |
332 | | - </dependency> |
333 | | - <dependency> |
334 | | - <groupId>com.fasterxml.jackson.core</groupId> |
335 | | - <artifactId>jackson-annotations</artifactId> |
336 | | - <version>${jackson-version}</version> |
337 | | - </dependency> |
338 | | - <dependency> |
339 | | - <groupId>com.fasterxml.jackson.core</groupId> |
340 | | - <artifactId>jackson-databind</artifactId> |
341 | | - <version>${jackson-version}</version> |
342 | | - </dependency> |
343 | | - <dependency> |
344 | | - <groupId>com.fasterxml.jackson.jaxrs</groupId> |
345 | | - <artifactId>jackson-jaxrs-json-provider</artifactId> |
| 339 | + <groupId>com.fasterxml.jackson.jakarta.rs</groupId> |
| 340 | + <artifactId>jackson-jakarta-rs-base</artifactId> |
346 | 341 | <version>${jackson-version}</version> |
347 | 342 | </dependency> |
348 | 343 | <dependency> |
|
378 | 373 | <version>${junit-version}</version> |
379 | 374 | <scope>test</scope> |
380 | 375 | </dependency> |
| 376 | + <dependency> |
| 377 | + <groupId>com.brsanthu</groupId> |
| 378 | + <artifactId>migbase64</artifactId> |
| 379 | + <version>2.2</version> |
| 380 | + <scope>compile</scope> |
| 381 | + </dependency> |
| 382 | + <dependency> |
| 383 | + <groupId>jakarta.ws.rs</groupId> |
| 384 | + <artifactId>jakarta.ws.rs-api</artifactId> |
| 385 | + <version>3.1.0</version> |
| 386 | + <scope>compile</scope> |
| 387 | + </dependency> |
| 388 | + <dependency> |
| 389 | + <groupId>com.brsanthu</groupId> |
| 390 | + <artifactId>migbase64</artifactId> |
| 391 | + <version>2.2</version> |
| 392 | + </dependency> |
381 | 393 | </dependencies> |
382 | 394 | <properties> |
383 | 395 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
384 | | - <swagger-core-version>1.5.18</swagger-core-version> |
385 | | - <jersey-version>2.29.1</jersey-version> |
386 | | - <jackson-version>2.12.1</jackson-version> |
387 | | - <maven-plugin-version>1.0.0</maven-plugin-version> |
| 396 | + <swagger-core-version>2.2.8</swagger-core-version> |
| 397 | + <jersey-version>3.0.9</jersey-version> |
| 398 | + <jackson-version>2.14.2</jackson-version> |
388 | 399 | <junit-version>4.13.1</junit-version> |
389 | 400 | <oltu-version>1.0.2</oltu-version> |
390 | 401 | </properties> |
|
0 commit comments