You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -24,7 +24,7 @@ The Azure Cosmos Encryption Plugin is used for encrypting data with a user-provi
24
24
<dependency>
25
25
<groupId>com.azure</groupId>
26
26
<artifactId>azure-cosmos-encryption</artifactId>
27
-
<version>1.0.0</version>
27
+
<version>1.1.0</version>
28
28
</dependency>
29
29
```
30
30
[//]: #({x-version-update-end})
@@ -37,7 +37,7 @@ Refer to [javadocs][encryption_api_documentation] for more details on the packag
37
37
### Prerequisites
38
38
39
39
-[Java Development Kit (JDK) with version 8 or above][jdk]
40
-
- An active Azure account. If you don't have one, you can sign up for a [free account][azure_subscription]. Alternatively, you can use the [Azure Cosmos DB Emulator](https://azure.microsoft.com/documentation/articles/documentdb-nosql-local-emulator) for development and testing. As emulator HTTPS certificate is self-signed, you need to import its certificate to java trusted cert store as [explained here](https://docs.microsoft.com/azure/cosmos-db/local-emulator-export-ssl-certificates)
40
+
- An active Azure account. If you don't have one, you can sign up for a [free account][azure_subscription]. Alternatively, you can use the [Azure Cosmos DB Emulator](https://docs.microsoft.com/azure/cosmos-db/local-emulator) for development and testing. As emulator HTTPS certificate is self-signed, you need to import its certificate to java trusted cert store as [explained here](https://docs.microsoft.com/azure/cosmos-db/local-emulator-export-ssl-certificates)
41
41
- (Optional) SLF4J is a logging facade.
42
42
- (Optional) [SLF4J binding](https://www.slf4j.org/manual.html) is used to associate a specific logging framework with SLF4J.
43
43
- (Optional) [Maven][maven]
@@ -219,7 +219,7 @@ This project has adopted the [Microsoft Open Source Code of Conduct][coc]. For m
219
219
or contact [[email protected]][coc_contact] with any additional questions or comments.
0 commit comments