Skip to content

Commit 2f0fe57

Browse files
committed
updated dependency versions
1 parent eb2d5cc commit 2f0fe57

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/search/includes/quickstarts/search-get-started-rag-java.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -259,17 +259,17 @@ Set up a Maven project with the required dependencies.
259259
<dependency>
260260
<groupId>com.azure</groupId>
261261
<artifactId>azure-search-documents</artifactId>
262-
<version>11.6.4</version>
262+
<version>11.7.8</version>
263263
</dependency>
264264
<dependency>
265265
<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>
268268
</dependency>
269269
<dependency>
270270
<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>
273273
</dependency>
274274
</dependencies>
275275
</project>

0 commit comments

Comments
 (0)