@@ -38,8 +38,8 @@ kotlinx-browser = "0.3"
3838kotlinx-benchmark = " 0.4.13"
3939kotlinx-metadata = " 0.9.0"
4040kotlinx-reflect-lite = " 1.1.0"
41- kotlin-wrappers = " 2025.2.6 "
42- kotlin-redacted = " 1.12.0 "
41+ kotlin-wrappers = " 2025.2.8 "
42+ kotlin-redacted = " 1.12.1 "
4343kotlin-serviceloader = " 0.0.15"
4444kotlinx-multik = " 0.2.3"
4545kotlinx-dataframe = " 0.16.0-dev-5786"
@@ -61,7 +61,7 @@ otel = "1.47.0"
6161otel-instr = " 2.13.1"
6262otel-instr-alpha = " 2.13.1-alpha"
6363otel-semconv = " 1.30.0"
64- otel-samplers = " 1.43 .0-alpha"
64+ otel-samplers = " 1.44 .0-alpha"
6565elastic-otel = " 0.4.0"
6666okio = " 3.10.2"
6767sslcontext-kickstart = " 9.0.0"
@@ -81,7 +81,7 @@ jimfs = "1.3.0"
8181sshj = " 0.39.0"
8282jsch = " 0.2.23"
8383pty4j = " 0.13.2"
84- junit = " 5.12.0-RC2 "
84+ junit = " 5.12.0"
8585koin = " 4.1.0-Beta5"
8686koin-annotations = " 2.0.0-RC4"
8787kotest = " 6.0.0.M2"
@@ -98,7 +98,7 @@ jmh = "1.37"
9898mrjar = " 0.1.1"
9999ktfmt = " 0.54"
100100google-javaformat = " 1.25.2"
101- palantir-javaformat = " 2.52 .0"
101+ palantir-javaformat = " 2.55 .0"
102102google-auto-service = " 1.1.1"
103103google-tink = " 1.16.0"
104104graalvm = " 24.1.2"
@@ -177,8 +177,8 @@ mcp-kotlin = "0.3.0"
177177mcp4k = " 0.3.4"
178178dflib = " 2.0.0-M2"
179179ldaptive = " 2.4.0"
180- chicory = " 1.0 .0"
181- weh-bindings = " 0.2 "
180+ chicory = " 1.1 .0"
181+ weh-bindings = " 0.3 "
182182log4k = " 0.30.0"
183183rwmutex = " 1.0.0"
184184bluesky-ozone = " 0.3.1"
@@ -189,7 +189,7 @@ jetbrains-compose-viewmodel = "2.9.0-alpha03"
189189jetbrains-compose-nav = " 2.8.0-alpha13"
190190jetbrains-compose-adaptive = " 1.1.0-alpha03"
191191kobweb = " 0.20.3"
192- detekt = " 1.23.7 "
192+ detekt = " 1.23.8 "
193193detekt-compose-rules = " 0.4.22"
194194compose-hotreload = " 1.0.0"
195195compose-icons = " 1.1.1"
@@ -230,7 +230,7 @@ wire-plugin = "5.3.0"
230230buildkonfig = " 0.16.0"
231231gmazzo-buildconfig = " 3.1.0"
232232cyclonedx-plugin = " 1.10.0"
233- modulegraph = " 0.10.1 "
233+ modulegraph = " 0.12.0 "
234234cash-molecule = " 1.4.3"
235235npm-publish-plugin = " 3.5.2"
236236exposed-plugin = " 0.2.1"
@@ -240,6 +240,8 @@ includegit-plugin = "0.1.6"
240240kmp-hierarchy = " 1.1"
241241tomlj = " 1.1.1"
242242animalsniffer = " 2.0.0"
243+ badass-runtime = " 1.13.1-patch-1"
244+ badass-jlink = " 3.1.0"
243245
244246# Repositories
245247repo-mvn-central = " https://repo.maven.apache.org/maven2/"
@@ -310,7 +312,8 @@ build-includegit-plugin = { module = "me.champeau.gradle.includegit
310312build-tomlj = { module = " org.tomlj:tomlj" , version.ref = " tomlj" }
311313build-reproducible-builds = { module = " org.gradlex:reproducible-builds" , version.ref = " reproducible-builds" }
312314build-bytesize = { module = " me.saket.bytesize:bytesize" , version.ref = " bytesize" }
313-
315+ build-badass-jlink = { module = " com.dua3.gradle.jlink:com.dua3.gradle.jlink.gradle.plugin" , version.ref = " badass-jlink" }
316+ build-badass-runtime = { module = " com.dua3.gradle.runtime:com.dua3.gradle.runtime.gradle.plugin" , version.ref = " badass-runtime" }
314317
315318# Gradle Dependencies
316319kotlin-bom = { module = " org.jetbrains.kotlin:kotlin-bom" , version.ref = " kotlin" }
@@ -757,6 +760,8 @@ mcp4k = { id = "sh.ondr.mcp4k"
757760animalsniffer = { id = " ru.vyarus.animalsniffer" , version.ref = " animalsniffer" }
758761build-vercraft = { id = " com.akuleshov7.vercraft.plugin-gradle" , version.ref = " vercraft" }
759762kmbed-plugin = { id = " io.karma.kmbed.kmbed-gradle-plugin" , version.ref = " kmbed" }
763+ badass-jlink = { id = " com.dua3.gradle.jlink" , version.ref = " badass-jlink" }
764+ badass-runtime = { id = " com.dua3.gradle.runtime" , version.ref = " badass-runtime" }
760765
761766# Common build and settings plugin
762767project-root = { id = " dev.suresh.plugin.root" , version.ref = " bc-plugins" }
0 commit comments