Skip to content

Commit 1262615

Browse files
committed
langchain4j-vertex-ai-gemini: updated dependencies
1 parent a89b017 commit 1262615

File tree

1 file changed

+4
-1
lines changed
  • langchain4j-vertex-ai-gemini

1 file changed

+4
-1
lines changed

langchain4j-vertex-ai-gemini/pom.xml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<dependency>
2323
<groupId>com.google.cloud</groupId>
2424
<artifactId>libraries-bom</artifactId>
25-
<version>26.46.0</version>
25+
<version>26.60.0</version>
2626
<type>pom</type>
2727
<scope>import</scope>
2828
</dependency>
@@ -42,6 +42,9 @@
4242
<artifactId>google-cloud-vertexai</artifactId>
4343
</dependency>
4444

45+
46+
<!-- test dependencies -->
47+
4548
<dependency>
4649
<groupId>org.junit.jupiter</groupId>
4750
<artifactId>junit-jupiter-engine</artifactId>

0 commit comments

Comments
 (0)