File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
articles/search/includes/quickstarts Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -259,17 +259,17 @@ Set up a Maven project with the required dependencies.
259
259
<dependency >
260
260
<groupId >com.azure</groupId >
261
261
<artifactId >azure-search-documents</artifactId >
262
- <version >11.6.4 </version >
262
+ <version >11.7.8 </version >
263
263
</dependency >
264
264
<dependency >
265
265
<groupId >com.azure</groupId >
266
- <artifactId >azure-ai-openai </artifactId >
267
- <version >1.0.0-beta.8 </version >
266
+ <artifactId >azure-identity </artifactId >
267
+ <version >1.16.3 </version >
268
268
</dependency >
269
269
<dependency >
270
270
<groupId >com.azure</groupId >
271
- <artifactId >azure-identity </artifactId >
272
- <version >1.11.4 </version >
271
+ <artifactId >azure-ai-openai </artifactId >
272
+ <version >1.0.0-beta.16 </version >
273
273
</dependency >
274
274
</dependencies >
275
275
</project >
You can’t perform that action at this time.
0 commit comments