Skip to content

Commit b8d9b8b

Browse files
committed
chore: dep updates
1 parent 7a34598 commit b8d9b8b

File tree

1 file changed

+15
-10
lines changed

1 file changed

+15
-10
lines changed

gradle/libs.versions.toml

Lines changed: 15 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ kotlinx-browser = "0.3"
3838
kotlinx-benchmark = "0.4.13"
3939
kotlinx-metadata = "0.9.0"
4040
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"
4343
kotlin-serviceloader = "0.0.15"
4444
kotlinx-multik = "0.2.3"
4545
kotlinx-dataframe = "0.16.0-dev-5786"
@@ -61,7 +61,7 @@ otel = "1.47.0"
6161
otel-instr = "2.13.1"
6262
otel-instr-alpha = "2.13.1-alpha"
6363
otel-semconv = "1.30.0"
64-
otel-samplers = "1.43.0-alpha"
64+
otel-samplers = "1.44.0-alpha"
6565
elastic-otel = "0.4.0"
6666
okio = "3.10.2"
6767
sslcontext-kickstart = "9.0.0"
@@ -81,7 +81,7 @@ jimfs = "1.3.0"
8181
sshj = "0.39.0"
8282
jsch = "0.2.23"
8383
pty4j = "0.13.2"
84-
junit = "5.12.0-RC2"
84+
junit = "5.12.0"
8585
koin = "4.1.0-Beta5"
8686
koin-annotations = "2.0.0-RC4"
8787
kotest = "6.0.0.M2"
@@ -98,7 +98,7 @@ jmh = "1.37"
9898
mrjar = "0.1.1"
9999
ktfmt = "0.54"
100100
google-javaformat = "1.25.2"
101-
palantir-javaformat = "2.52.0"
101+
palantir-javaformat = "2.55.0"
102102
google-auto-service = "1.1.1"
103103
google-tink = "1.16.0"
104104
graalvm = "24.1.2"
@@ -177,8 +177,8 @@ mcp-kotlin = "0.3.0"
177177
mcp4k = "0.3.4"
178178
dflib = "2.0.0-M2"
179179
ldaptive = "2.4.0"
180-
chicory = "1.0.0"
181-
weh-bindings = "0.2"
180+
chicory = "1.1.0"
181+
weh-bindings = "0.3"
182182
log4k = "0.30.0"
183183
rwmutex = "1.0.0"
184184
bluesky-ozone = "0.3.1"
@@ -189,7 +189,7 @@ jetbrains-compose-viewmodel = "2.9.0-alpha03"
189189
jetbrains-compose-nav = "2.8.0-alpha13"
190190
jetbrains-compose-adaptive = "1.1.0-alpha03"
191191
kobweb = "0.20.3"
192-
detekt = "1.23.7"
192+
detekt = "1.23.8"
193193
detekt-compose-rules = "0.4.22"
194194
compose-hotreload = "1.0.0"
195195
compose-icons = "1.1.1"
@@ -230,7 +230,7 @@ wire-plugin = "5.3.0"
230230
buildkonfig = "0.16.0"
231231
gmazzo-buildconfig = "3.1.0"
232232
cyclonedx-plugin = "1.10.0"
233-
modulegraph = "0.10.1"
233+
modulegraph = "0.12.0"
234234
cash-molecule = "1.4.3"
235235
npm-publish-plugin = "3.5.2"
236236
exposed-plugin = "0.2.1"
@@ -240,6 +240,8 @@ includegit-plugin = "0.1.6"
240240
kmp-hierarchy = "1.1"
241241
tomlj = "1.1.1"
242242
animalsniffer = "2.0.0"
243+
badass-runtime = "1.13.1-patch-1"
244+
badass-jlink = "3.1.0"
243245

244246
# Repositories
245247
repo-mvn-central = "https://repo.maven.apache.org/maven2/"
@@ -310,7 +312,8 @@ build-includegit-plugin = { module = "me.champeau.gradle.includegit
310312
build-tomlj = { module = "org.tomlj:tomlj" , version.ref = "tomlj" }
311313
build-reproducible-builds = { module = "org.gradlex:reproducible-builds" , version.ref = "reproducible-builds" }
312314
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" }
314317

315318
# Gradle Dependencies
316319
kotlin-bom = { module = "org.jetbrains.kotlin:kotlin-bom" , version.ref = "kotlin"}
@@ -757,6 +760,8 @@ mcp4k = { id = "sh.ondr.mcp4k"
757760
animalsniffer = { id = "ru.vyarus.animalsniffer" , version.ref = "animalsniffer"}
758761
build-vercraft = { id = "com.akuleshov7.vercraft.plugin-gradle" , version.ref = "vercraft" }
759762
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" }
760765

761766
# Common build and settings plugin
762767
project-root = { id = "dev.suresh.plugin.root" , version.ref = "bc-plugins" }

0 commit comments

Comments
 (0)