@@ -20,7 +20,7 @@ org-name = "suresh.dev"
2020org-url = " https://suresh.dev"
2121
2222# Gradle Dependencies Versions
23- bc-plugins = " 1.2 .0"
23+ bc-plugins = " 1.4 .0"
2424kotlinx-kover = " 0.9.1"
2525kotlinx-bcv = " 0.17.0"
2626kotlin-dokka = " 2.0.0"
@@ -55,7 +55,7 @@ konsist = "0.17.3"
5555spring-boot = " 3.4.2"
5656spring-depmgmt = " 1.1.7"
5757ktor = " 3.0.3"
58- ktor-cohort = " 2.6.0 "
58+ ktor-cohort = " 2.6.1 "
5959otel = " 1.46.0"
6060otel-instr = " 2.12.0"
6161otel-instr-alpha = " 2.12.0-alpha"
@@ -105,7 +105,7 @@ jspecify = "1.0.0"
105105rsocket = " 0.16.0"
106106jctools = " 4.0.5"
107107kotlin-codepoints = " 0.9.0"
108- kotlin-logging = " 7.0.3 "
108+ kotlin-logging = " 7.0.4 "
109109kotlin-bignum = " 0.3.10"
110110kotlin-diff = " 0.7.0"
111111kotlin-retry = " 2.0.1"
@@ -124,6 +124,7 @@ kmp-store5 = "5.1.0-alpha04"
124124kmp-settings = " 1.3.0"
125125kmp-appdirs = " 1.2.0"
126126parsus = " 0.6.1"
127+ ksoup = " 0.2.2"
127128java-keyring = " 1.0.4"
128129java-keychain = " 1.1.0"
129130webjars-xterm = " 5.1.0"
@@ -168,7 +169,7 @@ chasm = "0.9.52"
168169cel = " 0.9.1"
169170kfswatch = " 1.3.0"
170171kmp-process = " 0.1.2"
171- langchain4j = " 1.0.0-alpha1 "
172+ langchain4j = " 1.0.0-beta1 "
172173jlama = " 0.8.4"
173174mcp-kotlin = " 0.3.0"
174175mcp4k = " 0.3.4"
@@ -219,7 +220,7 @@ sigstore = "1.1.0"
219220reproducible-builds = " 1.0"
220221autonomousapps-depanalysis = " 2.8.0"
221222autonomousapps-bestpractices = " 0.10"
222- graalvm-nativeimage = " 0.10.4 "
223+ graalvm-nativeimage = " 0.10.5 "
223224github-depgraph = " 0.1.0"
224225github-changelog = " 2.2.0"
225226wire-plugin = " 5.2.1"
@@ -494,6 +495,7 @@ cash-turbine = { module = "app.cash.turbine:turbine"
494495store5 = { module = " org.mobilenativefoundation.store:store5" , version.ref = " kmp-store5" }
495496parsus = { module = " me.alllex.parsus:parsus" , version.ref = " parsus" }
496497cache4k = { module = " io.github.reactivecircus.cache4k:cache4k" , version.ref = " cache4k" }
498+ ksoup-kotlinx = { module = " com.fleeksoft.ksoup:ksoup-kotlinx" , version.ref = " ksoup" }
497499
498500ajalt-mordant = { module = " com.github.ajalt.mordant:mordant" , version.ref = " ajalt-mordant" }
499501ajalt-mordant-coroutines = { module = " com.github.ajalt.mordant:mordant-coroutines" , version.ref = " ajalt-mordant" }
0 commit comments