Skip to content

Commit 160f59f

Browse files
committed
chore: dep updates
1 parent 3f71fd7 commit 160f59f

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

gradle/libs.versions.toml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jsch = "2.27.0"
9393
pty4j = "0.13.4"
9494
oshi = "6.8.1"
9595
junit = "5.13.0-M3"
96-
koin = "4.1.0-Beta8"
96+
koin = "4.1.0-Beta10"
9797
koin-annotations = "2.0.1-RC1"
9898
metro = "0.3.0"
9999
kotest = "6.0.0.M4"
@@ -110,7 +110,7 @@ jmh = "1.37"
110110
mrjar = "0.1.1"
111111
ktfmt = "0.54"
112112
google-javaformat = "1.27.0"
113-
palantir-javaformat = "2.64.0"
113+
palantir-javaformat = "2.66.0"
114114
google-auto-service = "1.1.1"
115115
google-tink = "1.17.0"
116116
graalvm = "24.2.1"
@@ -181,9 +181,10 @@ okapibarcode = "0.5.0"
181181
chasm = "0.9.66"
182182
cel = "0.9.1"
183183
kfswatch = "1.3.0"
184-
kmp-process = "0.2.0"
184+
kmp-process = "0.2.1"
185185
kmbed = "1.8.4"
186186
langchain4j = "1.0.0-rc1"
187+
langchain4j-kotlin = "0.1.12"
187188
jlama = "0.8.4"
188189
mcp-kotlin = "0.5.1"
189190
mcp4k = "0.4.0"
@@ -651,6 +652,7 @@ weh-chicory-emscripten = { module = "at.released.weh:bindings-chic
651652
# AI/ML
652653
langchain4j = { module = "dev.langchain4j:langchain4j" , version.ref = "langchain4j" }
653654
langchain4j-jlama = { module = "dev.langchain4j:langchain4j-jlama" , version.ref = "langchain4j" }
655+
langchain4j-kotlin = { module = "me.kpavlov.langchain4j.kotlin:langchain4j-kotlin" , version.ref = "langchain4j-kotlin" }
654656
jlama-core = { module = "com.github.tjake:jlama-core" , version.ref = "jlama" }
655657
jlama-native = { module = "com.github.tjake:jlama-native" , version.ref = "jlama" }
656658
dflib = { module = "org.dflib:dflib" , version.ref = "dflib" }

0 commit comments

Comments
 (0)