@@ -38,8 +38,8 @@ kotlinx-browser = "0.3"
38
38
kotlinx-benchmark = " 0.4.13"
39
39
kotlinx-metadata = " 0.9.0"
40
40
kotlinx-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 "
43
43
kotlin-serviceloader = " 0.0.15"
44
44
kotlinx-multik = " 0.2.3"
45
45
kotlinx-dataframe = " 0.16.0-dev-5786"
@@ -61,7 +61,7 @@ otel = "1.47.0"
61
61
otel-instr = " 2.13.1"
62
62
otel-instr-alpha = " 2.13.1-alpha"
63
63
otel-semconv = " 1.30.0"
64
- otel-samplers = " 1.43 .0-alpha"
64
+ otel-samplers = " 1.44 .0-alpha"
65
65
elastic-otel = " 0.4.0"
66
66
okio = " 3.10.2"
67
67
sslcontext-kickstart = " 9.0.0"
@@ -81,7 +81,7 @@ jimfs = "1.3.0"
81
81
sshj = " 0.39.0"
82
82
jsch = " 0.2.23"
83
83
pty4j = " 0.13.2"
84
- junit = " 5.12.0-RC2 "
84
+ junit = " 5.12.0"
85
85
koin = " 4.1.0-Beta5"
86
86
koin-annotations = " 2.0.0-RC4"
87
87
kotest = " 6.0.0.M2"
@@ -98,7 +98,7 @@ jmh = "1.37"
98
98
mrjar = " 0.1.1"
99
99
ktfmt = " 0.54"
100
100
google-javaformat = " 1.25.2"
101
- palantir-javaformat = " 2.52 .0"
101
+ palantir-javaformat = " 2.55 .0"
102
102
google-auto-service = " 1.1.1"
103
103
google-tink = " 1.16.0"
104
104
graalvm = " 24.1.2"
@@ -177,8 +177,8 @@ mcp-kotlin = "0.3.0"
177
177
mcp4k = " 0.3.4"
178
178
dflib = " 2.0.0-M2"
179
179
ldaptive = " 2.4.0"
180
- chicory = " 1.0 .0"
181
- weh-bindings = " 0.2 "
180
+ chicory = " 1.1 .0"
181
+ weh-bindings = " 0.3 "
182
182
log4k = " 0.30.0"
183
183
rwmutex = " 1.0.0"
184
184
bluesky-ozone = " 0.3.1"
@@ -189,7 +189,7 @@ jetbrains-compose-viewmodel = "2.9.0-alpha03"
189
189
jetbrains-compose-nav = " 2.8.0-alpha13"
190
190
jetbrains-compose-adaptive = " 1.1.0-alpha03"
191
191
kobweb = " 0.20.3"
192
- detekt = " 1.23.7 "
192
+ detekt = " 1.23.8 "
193
193
detekt-compose-rules = " 0.4.22"
194
194
compose-hotreload = " 1.0.0"
195
195
compose-icons = " 1.1.1"
@@ -230,7 +230,7 @@ wire-plugin = "5.3.0"
230
230
buildkonfig = " 0.16.0"
231
231
gmazzo-buildconfig = " 3.1.0"
232
232
cyclonedx-plugin = " 1.10.0"
233
- modulegraph = " 0.10.1 "
233
+ modulegraph = " 0.12.0 "
234
234
cash-molecule = " 1.4.3"
235
235
npm-publish-plugin = " 3.5.2"
236
236
exposed-plugin = " 0.2.1"
@@ -240,6 +240,8 @@ includegit-plugin = "0.1.6"
240
240
kmp-hierarchy = " 1.1"
241
241
tomlj = " 1.1.1"
242
242
animalsniffer = " 2.0.0"
243
+ badass-runtime = " 1.13.1-patch-1"
244
+ badass-jlink = " 3.1.0"
243
245
244
246
# Repositories
245
247
repo-mvn-central = " https://repo.maven.apache.org/maven2/"
@@ -310,7 +312,8 @@ build-includegit-plugin = { module = "me.champeau.gradle.includegit
310
312
build-tomlj = { module = " org.tomlj:tomlj" , version.ref = " tomlj" }
311
313
build-reproducible-builds = { module = " org.gradlex:reproducible-builds" , version.ref = " reproducible-builds" }
312
314
build-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" }
314
317
315
318
# Gradle Dependencies
316
319
kotlin-bom = { module = " org.jetbrains.kotlin:kotlin-bom" , version.ref = " kotlin" }
@@ -757,6 +760,8 @@ mcp4k = { id = "sh.ondr.mcp4k"
757
760
animalsniffer = { id = " ru.vyarus.animalsniffer" , version.ref = " animalsniffer" }
758
761
build-vercraft = { id = " com.akuleshov7.vercraft.plugin-gradle" , version.ref = " vercraft" }
759
762
kmbed-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" }
760
765
761
766
# Common build and settings plugin
762
767
project-root = { id = " dev.suresh.plugin.root" , version.ref = " bc-plugins" }
0 commit comments