File tree 1 file changed +10
-2
lines changed
1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ The following example shows you how to exclude the Netty dependency from a real
36
36
<dependency >
37
37
<groupId >com.azure</groupId >
38
38
<artifactId >azure-security-keyvault-secrets</artifactId >
39
- <version >4.2.2. </version >
39
+ <version >4.9.4 </version >
40
40
<exclusions >
41
41
<exclusion >
42
42
<groupId >com.azure</groupId >
@@ -45,10 +45,18 @@ The following example shows you how to exclude the Netty dependency from a real
45
45
</exclusions >
46
46
</dependency >
47
47
48
+ <!-- OkHttp -->
48
49
<dependency >
49
50
<groupId >com.azure</groupId >
50
51
<artifactId >azure-core-http-okhttp</artifactId >
51
- <version >1.3.3</version >
52
+ <version >1.12.10</version >
53
+ </dependency >
54
+
55
+ <!-- JDK 11 HttpClient -->
56
+ <dependency >
57
+ <groupId >com.azure</groupId >
58
+ <artifactId >azure-core-http-jdk-httpclient</artifactId >
59
+ <version >1.0.3</version >
52
60
</dependency >
53
61
```
54
62
You can’t perform that action at this time.
0 commit comments