We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 278e690 commit fcf7fc3Copy full SHA for fcf7fc3
1 file changed
pom.xml
@@ -4,7 +4,7 @@
4
<groupId>com.github.thunderz99</groupId>
5
<artifactId>java-cosmos</artifactId>
6
<packaging>jar</packaging>
7
- <version>0.6.9</version>
+ <version>0.6.10</version>
8
<name>${project.groupId}:${project.artifactId}$</name>
9
<description>A lightweight Azure CosmosDB client for Java</description>
10
<url>https://github.com/thunderz99/java-cosmos</url>
@@ -79,7 +79,7 @@
79
<dependency>
80
<groupId>com.azure</groupId>
81
<artifactId>azure-cosmos</artifactId>
82
- <version>4.61.1</version>
+ <version>4.62.0</version>
83
</dependency>
84
85
<!-- https://mvnrepository.com/artifact/io.github.cdimascio/dotenv-java -->
0 commit comments