@@ -39,7 +39,7 @@ kotlinx-benchmark = "0.4.13"
3939kotlinx-fuzz = " 0.2.2"
4040kotlinx-metadata = " 0.9.0"
4141kotlinx-reflect-lite = " 1.1.0"
42- kotlin-wrappers = " 2025.3.9 "
42+ kotlin-wrappers = " 2025.3.10 "
4343kotlin-redacted = " 1.12.1"
4444kotlin-serviceloader = " 0.0.15"
4545kotlinx-multik = " 0.2.3"
@@ -82,6 +82,7 @@ jimfs = "1.3.0"
8282sshj = " 0.39.0"
8383jsch = " 0.2.24"
8484pty4j = " 0.13.2"
85+ oshi = " 6.7.1"
8586junit = " 5.12.0"
8687koin = " 4.1.0-Beta5"
8788koin-annotations = " 2.0.0"
@@ -101,7 +102,7 @@ ktfmt = "0.54"
101102google-javaformat = " 1.25.2"
102103palantir-javaformat = " 2.58.0"
103104google-auto-service = " 1.1.1"
104- google-tink = " 1.16 .0"
105+ google-tink = " 1.17 .0"
105106graalvm = " 24.1.2"
106107jspecify = " 1.0.0"
107108rsocket = " 0.20.0"
@@ -167,19 +168,20 @@ xchart = "3.8.8"
167168batik = " 1.18"
168169twelvemonkeys = " 3.12.0"
169170okapibarcode = " 0.5.0"
170- chasm = " 0.9.6 "
171+ chasm = " 0.9.61 "
171172cel = " 0.9.1"
172173kfswatch = " 1.3.0"
173174kmp-process = " 0.2.0"
174175kmbed = " 1.8.4"
175- langchain4j = " 1.0.0-beta1 "
176+ langchain4j = " 1.0.0-beta2 "
176177jlama = " 0.8.4"
177178mcp-kotlin = " 0.3.0"
178179mcp4k = " 0.3.4"
179180dflib = " 2.0.0-M2"
180181ldaptive = " 2.4.0"
181182chicory = " 1.1.1"
182- weh-bindings = " 0.3"
183+ weh-bindings = " 0.4"
184+ wasm2class = " 0.2"
183185log4k = " 0.30.0"
184186rwmutex = " 1.0.0"
185187bluesky-ozone = " 0.3.2"
@@ -225,7 +227,7 @@ sigstore = "1.1.0"
225227reproducible-builds = " 1.0"
226228autonomousapps-depanalysis = " 2.10.1"
227229autonomousapps-bestpractices = " 0.10"
228- graalvm-nativeimage = " 0.10.5 "
230+ graalvm-nativeimage = " 0.10.6 "
229231github-depgraph = " 0.1.0"
230232github-changelog = " 2.2.0"
231233wire-plugin = " 5.3.0"
@@ -453,6 +455,7 @@ pty4j = { module = "org.jetbrains.pty4j:pty4j"
453455sshj = { module = " com.hierynomus:sshj" , version.ref = " sshj" }
454456jsch = { module = " com.github.mwiede:jsch" , version.ref = " jsch" }
455457sslcontext-kickstart = { module = " io.github.hakky54:sslcontext-kickstart" , version.ref = " sslcontext-kickstart" }
458+ oshi-core = { module = " com.github.oshi:oshi-core-java11" , version.ref = " oshi" }
456459
457460ktor-cohort-core = { module = " com.sksamuel.cohort:cohort-ktor" , version.ref = " ktor-cohort" }
458461ktor-cohort-hikari = { module = " com.sksamuel.cohort:cohort-hikari" , version.ref = " ktor-cohort" }
@@ -779,6 +782,7 @@ badass-jlink = { id = "com.dua3.gradle.jlink"
779782badass-runtime = { id = " com.dua3.gradle.runtime" , version.ref = " badass-runtime" }
780783gradlex-maven-plugin = { id = " org.gradlex.maven-plugin-development" , version.ref = " gradlex-maven-plugin" }
781784typesafe-conventions = { id = " dev.panuszewski.typesafe-conventions" , version.ref = " typesafe-conventions" }
785+ wasm2class = { id = " at.released.wasm2class.plugin" , version.ref = " wasm2class" }
782786
783787# Common build and settings plugin
784788project-root = { id = " dev.suresh.plugin.root" , version.ref = " bc-plugins" }
0 commit comments