Skip to content

Commit 7c1fdf3

Browse files
fix(deps): update langchain4j monorepo to v1.12.2
1 parent 17d1f7d commit 7c1fdf3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ai-mocks-openai/samples/shadow/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<dependency>
2828
<groupId>dev.langchain4j</groupId>
2929
<artifactId>langchain4j-open-ai</artifactId>
30-
<version>1.11.0</version>
30+
<version>1.12.2</version>
3131
</dependency>
3232
<dependency>
3333
<groupId>com.openai</groupId>

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ kotlinxSchema = "0.3.2"
2121
kotlinxSerialization = "1.9.0"
2222
kover = "0.9.7"
2323
ktor = "3.3.3"
24-
langchain4j = "1.11.0"
24+
langchain4j = "1.12.2"
2525
lincheck = "3.4"
2626
mockk = "1.14.9"
2727
netty = "4.2.10.Final"

0 commit comments

Comments
 (0)