Skip to content

Commit fd41aeb

Browse files
committed
chore: dep updates
1 parent d459c27 commit fd41aeb

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

gradle/libs.versions.toml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ org-name = "suresh.dev"
2020
org-url = "https://suresh.dev"
2121

2222
# Gradle Dependencies Versions
23-
bc-plugins = "1.2.0"
23+
bc-plugins = "1.3.0"
2424
kotlinx-kover = "0.9.1"
2525
kotlinx-bcv = "0.17.0"
2626
kotlin-dokka = "2.0.0"
@@ -55,7 +55,7 @@ konsist = "0.17.3"
5555
spring-boot = "3.4.2"
5656
spring-depmgmt = "1.1.7"
5757
ktor = "3.0.3"
58-
ktor-cohort = "2.6.0"
58+
ktor-cohort = "2.6.1"
5959
otel = "1.46.0"
6060
otel-instr = "2.12.0"
6161
otel-instr-alpha = "2.12.0-alpha"
@@ -124,6 +124,7 @@ kmp-store5 = "5.1.0-alpha04"
124124
kmp-settings = "1.3.0"
125125
kmp-appdirs = "1.2.0"
126126
parsus = "0.6.1"
127+
ksoup = "0.2.2"
127128
java-keyring = "1.0.4"
128129
java-keychain = "1.1.0"
129130
webjars-xterm = "5.1.0"
@@ -168,7 +169,7 @@ chasm = "0.9.52"
168169
cel = "0.9.1"
169170
kfswatch = "1.3.0"
170171
kmp-process = "0.1.2"
171-
langchain4j = "1.0.0-alpha1"
172+
langchain4j = "1.0.0-beta1"
172173
jlama = "0.8.4"
173174
mcp-kotlin = "0.3.0"
174175
mcp4k = "0.3.4"
@@ -219,7 +220,7 @@ sigstore = "1.1.0"
219220
reproducible-builds = "1.0"
220221
autonomousapps-depanalysis = "2.8.0"
221222
autonomousapps-bestpractices = "0.10"
222-
graalvm-nativeimage = "0.10.4"
223+
graalvm-nativeimage = "0.10.5"
223224
github-depgraph = "0.1.0"
224225
github-changelog = "2.2.0"
225226
wire-plugin = "5.2.1"
@@ -494,6 +495,7 @@ cash-turbine = { module = "app.cash.turbine:turbine"
494495
store5 = { module = "org.mobilenativefoundation.store:store5" , version.ref = "kmp-store5" }
495496
parsus = { module = "me.alllex.parsus:parsus" , version.ref = "parsus" }
496497
cache4k = { module = "io.github.reactivecircus.cache4k:cache4k" , version.ref = "cache4k" }
498+
ksoup-kotlinx = { module = "com.fleeksoft.ksoup:ksoup-kotlinx" , version.ref = "ksoup" }
497499

498500
ajalt-mordant = { module = "com.github.ajalt.mordant:mordant" , version.ref = "ajalt-mordant"}
499501
ajalt-mordant-coroutines = { module = "com.github.ajalt.mordant:mordant-coroutines" , version.ref = "ajalt-mordant"}

0 commit comments

Comments
 (0)