Skip to content

Commit 647ec50

Browse files
fix(deps): update dependency com.google.guava:guava to v33.5.0-jre (#404)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 84d181d commit 647ec50

File tree

2 files changed

+2
-2
lines changed
  • embedding-stores/langchain4j-community-cloud-sql-pg
  • models/langchain4j-community-zhipu-ai

2 files changed

+2
-2
lines changed

embedding-stores/langchain4j-community-cloud-sql-pg/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<google.oauth.client.version>1.39.0</google.oauth.client.version>
3232
<google.api.client.version>2.8.1</google.api.client.version>
3333
<google.auth.library.http.version>1.38.0</google.auth.library.http.version>
34-
<guava.version>33.4.8-jre</guava.version>
34+
<guava.version>33.5.0-jre</guava.version>
3535
<google.http.client.version>1.47.1</google.http.client.version>
3636
<opencensus.version>0.31.1</opencensus.version>
3737
<truth.version>1.4.5</truth.version>

models/langchain4j-community-zhipu-ai/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
<properties>
2525
<jjwt.version>0.13.0</jjwt.version>
26-
<guava.version>33.4.8-jre</guava.version>
26+
<guava.version>33.5.0-jre</guava.version>
2727
</properties>
2828

2929
<dependencies>

0 commit comments

Comments
 (0)