|
4 | 4 | <groupId>com.github.thunderz99</groupId> |
5 | 5 | <artifactId>java-cosmos</artifactId> |
6 | 6 | <packaging>jar</packaging> |
7 | | - <version>0.5.11</version> |
| 7 | + <version>0.5.12</version> |
8 | 8 | <name>${project.groupId}:${project.artifactId}$</name> |
9 | 9 | <description>A lightweight Azure CosmosDB client for Java</description> |
10 | 10 | <url>https://github.com/thunderz99/java-cosmos</url> |
|
68 | 68 | <version>4.4</version> |
69 | 69 | </dependency> |
70 | 70 |
|
71 | | - <!-- https://mvnrepository.com/artifact/com.fasterxml.jackson.core/jackson-databind --> |
72 | | - <dependency> |
73 | | - <groupId>com.fasterxml.jackson.core</groupId> |
74 | | - <artifactId>jackson-databind</artifactId> |
75 | | - <version>2.13.3</version> |
76 | | - </dependency> |
77 | | - |
78 | | - <!-- https://mvnrepository.com/artifact/com.fasterxml.jackson.core/jackson-core --> |
79 | | - <dependency> |
80 | | - <groupId>com.fasterxml.jackson.core</groupId> |
81 | | - <artifactId>jackson-core</artifactId> |
82 | | - <version>2.13.3</version> |
83 | | - </dependency> |
84 | | - |
85 | 71 | <!-- https://mvnrepository.com/artifact/com.microsoft.azure/azure-documentdb --> |
86 | 72 | <dependency> |
87 | 73 | <groupId>com.microsoft.azure</groupId> |
88 | 74 | <artifactId>azure-documentdb</artifactId> |
89 | 75 | <version>2.6.4</version> |
| 76 | + <exclusions> |
| 77 | + <exclusion> |
| 78 | + <groupId>com.fasterxml.jackson.core</groupId> |
| 79 | + <artifactId>jackson-databind</artifactId> |
| 80 | + </exclusion> |
| 81 | + <exclusion> |
| 82 | + <groupId>com.fasterxml.jackson.core</groupId> |
| 83 | + <artifactId>jackson-annotations</artifactId> |
| 84 | + </exclusion> |
| 85 | + <exclusion> |
| 86 | + <groupId>com.fasterxml.jackson.core</groupId> |
| 87 | + <artifactId>jackson-core</artifactId> |
| 88 | + </exclusion> |
| 89 | + </exclusions> |
90 | 90 | </dependency> |
91 | 91 |
|
92 | 92 | <dependency> |
93 | 93 | <groupId>com.azure</groupId> |
94 | 94 | <artifactId>azure-cosmos</artifactId> |
95 | | - <version>4.30.1</version> |
| 95 | + <version>4.31.0</version> |
96 | 96 | </dependency> |
97 | 97 |
|
98 | 98 | <dependency> |
|
0 commit comments