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
4242com.azure:azure-ai-documenttranslator;1.0.0-beta.1;1.0.0-beta.2
4343com.azure:azure-ai-metricsadvisor;1.1.2;1.2.0-beta.1
4444com.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
4646com.azure:azure-ai-textanalytics-perf;1.0.0-beta.1;1.0.0-beta.1
4747com.azure:azure-analytics-purview-catalog;1.0.0-beta.3;1.0.0-beta.4
4848com.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 106106 <dependency >
107107 <groupId >com.azure</groupId >
108108 <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} -->
110110 </dependency >
111111
112112
Original file line number Diff line number Diff line change 1111
1212### Other Changes
1313
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+
1428## 5.1.6 (2022-02-09)
1529### Other Changes
1630
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ add the direct dependency to your project as follows.
6060<dependency >
6161 <groupId >com.azure</groupId >
6262 <artifactId >azure-ai-textanalytics</artifactId >
63- <version >5.1.5 </version >
63+ <version >5.1.8 </version >
6464</dependency >
6565```
6666[ // ] : # ( {x-version-update-end} )
@@ -160,7 +160,7 @@ Authentication with AAD requires some initial setup:
160160<dependency >
161161 <groupId >com.azure</groupId >
162162 <artifactId >azure-identity</artifactId >
163- <version >1.4.3 </version >
163+ <version >1.5.0 </version >
164164</dependency >
165165```
166166[ // ] : # ( {x-version-update-end} )
You can’t perform that action at this time.
0 commit comments