File tree Expand file tree Collapse file tree 4 files changed +18
-4
lines changed
aot/azure-aot-graalvm-samples
textanalytics/azure-ai-textanalytics Expand file tree Collapse file tree 4 files changed +18
-4
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ com.azure:azure-ai-formrecognizer-perf;1.0.0-beta.1;1.0.0-beta.1
42
42
com.azure:azure-ai-documenttranslator;1.0.0-beta.1;1.0.0-beta.2
43
43
com.azure:azure-ai-metricsadvisor;1.1.2;1.2.0-beta.1
44
44
com.azure:azure-ai-metricsadvisor-perf;1.0.0-beta.1;1.0.0-beta.1
45
- com.azure:azure-ai-textanalytics;5.1.6 ;5.2.0-beta.3
45
+ com.azure:azure-ai-textanalytics;5.1.8 ;5.2.0-beta.3
46
46
com.azure:azure-ai-textanalytics-perf;1.0.0-beta.1;1.0.0-beta.1
47
47
com.azure:azure-analytics-purview-catalog;1.0.0-beta.3;1.0.0-beta.4
48
48
com.azure:azure-analytics-purview-scanning;1.0.0-beta.2;1.0.0-beta.3
Original file line number Diff line number Diff line change 106
106
<dependency >
107
107
<groupId >com.azure</groupId >
108
108
<artifactId >azure-ai-textanalytics</artifactId >
109
- <version >5.1.6 </version > <!-- {x-version-update;com.azure:azure-ai-textanalytics;dependency} -->
109
+ <version >5.1.8 </version > <!-- {x-version-update;com.azure:azure-ai-textanalytics;dependency} -->
110
110
</dependency >
111
111
112
112
Original file line number Diff line number Diff line change 11
11
12
12
### Other Changes
13
13
14
+ ## 5.1.8 (2022-04-07)
15
+ ### Other Changes
16
+
17
+ #### Dependency Updates
18
+ - Updated ` azure-core ` to ` 1.27.0 ` .
19
+ - Updated ` azure-core-http-netty ` to ` 1.11.9 ` .
20
+
21
+ ## 5.1.7 (2022-03-09)
22
+ ### Other Changes
23
+
24
+ #### Dependency Updates
25
+ - Updated ` azure-core ` to ` 1.26.0 ` .
26
+ - Updated ` azure-core-http-netty ` to ` 1.11.8 ` .
27
+
14
28
## 5.1.6 (2022-02-09)
15
29
### Other Changes
16
30
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ add the direct dependency to your project as follows.
60
60
<dependency >
61
61
<groupId >com.azure</groupId >
62
62
<artifactId >azure-ai-textanalytics</artifactId >
63
- <version >5.1.5 </version >
63
+ <version >5.1.8 </version >
64
64
</dependency >
65
65
```
66
66
[ // ] : # ( {x-version-update-end} )
@@ -160,7 +160,7 @@ Authentication with AAD requires some initial setup:
160
160
<dependency >
161
161
<groupId >com.azure</groupId >
162
162
<artifactId >azure-identity</artifactId >
163
- <version >1.4.3 </version >
163
+ <version >1.5.0 </version >
164
164
</dependency >
165
165
```
166
166
[ // ] : # ( {x-version-update-end} )
You can’t perform that action at this time.
0 commit comments