File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ java-cosmos is a client for Azure CosmosDB 's SQL API (also called documentdb fo
2323<dependency >
2424 <groupId >com.github.thunderz99</groupId >
2525 <artifactId >java-cosmos</artifactId >
26- <version >0.5.19 </version >
26+ <version >0.5.20 </version >
2727</dependency >
2828```
2929
Original file line number Diff line number Diff line change 44 <groupId >com.github.thunderz99</groupId >
55 <artifactId >java-cosmos</artifactId >
66 <packaging >jar</packaging >
7- <version >0.5.19 </version >
7+ <version >0.5.20 </version >
88 <name >${project.groupId} :${project.artifactId} $</name >
99 <description >A lightweight Azure CosmosDB client for Java</description >
1010 <url >https://github.com/thunderz99/java-cosmos</url >
6868 <version >4.4</version >
6969 </dependency >
7070
71+ <!-- https://mvnrepository.com/artifact/org.json/json -->
72+ <dependency >
73+ <groupId >org.json</groupId >
74+ <artifactId >json</artifactId >
75+ <version >20230227</version >
76+ </dependency >
77+
7178 <!-- https://mvnrepository.com/artifact/com.microsoft.azure/azure-documentdb -->
7279 <dependency >
7380 <groupId >com.microsoft.azure</groupId >
8693 <groupId >com.fasterxml.jackson.core</groupId >
8794 <artifactId >jackson-core</artifactId >
8895 </exclusion >
96+ <exclusion >
97+ <groupId >org.json</groupId >
98+ <artifactId >json</artifactId >
99+ </exclusion >
100+
89101 </exclusions >
90102 </dependency >
91103
You can’t perform that action at this time.
0 commit comments