Skip to content

Commit a974035

Browse files
committed
chore: dep updates
1 parent 4e7bfc3 commit a974035

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

gradle/libs.versions.toml

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ org-name = "suresh.dev"
2020
org-url = "https://suresh.dev"
2121

2222
# Dependency Versions
23-
bc-plugins = "2.15.0"
23+
bc-plugins = "2.16.0"
2424
kotlinx-kover = "0.9.2"
2525
kotlin-dokka = "2.1.0-Beta"
2626
kotlinx-io = "0.8.0"
@@ -38,7 +38,7 @@ kotlinx-fuzz = "0.2.2"
3838
kotlinx-metadata = "0.9.0"
3939
kotlinx-reflect-lite = "1.2.0-RC"
4040
kotlin-lincheck = "3.3.2"
41-
kotlin-wrappers = "2025.10.4"
41+
kotlin-wrappers = "2025.10.7"
4242
kotlin-redacted = "1.15.0"
4343
kotlin-serviceloader = "0.0.21"
4444
kotlinx-multik = "0.2.3"
@@ -55,7 +55,7 @@ embedded-postgres-bom = "17.6.0"
5555
evas = "1.3.0"
5656
kopy = "0.19.0+2.2.20"
5757
poko = "0.20.0"
58-
mappie = "2.2.20-1.5.0"
58+
mappie = "2.2.20-1.6.0"
5959
akkurate = "0.11.0"
6060
kaml = "0.98.0"
6161
snakeyaml-engine-kmp = "3.2.1"
@@ -75,6 +75,7 @@ otel-instr-alpha = "2.20.1-alpha"
7575
otel-semconv = "1.37.0"
7676
otel-contrib = "1.50.0-alpha"
7777
otel-kotlin = "0.6.0"
78+
jackson = "3.0.0"
7879
bc = "1.82"
7980
okio = "3.16.1"
8081
ayza = "10.0.0"
@@ -180,7 +181,8 @@ xchart = "3.8.8"
180181
batik = "1.19"
181182
twelvemonkeys = "3.12.0"
182183
okapibarcode = "0.5.2"
183-
chasm = "1.1.0"
184+
chasm = "1.2.0"
185+
chasm-plugin = "2.0.0-1.2.0"
184186
cel = "0.11.0"
185187
kfswatch = "1.3.1"
186188
kmp-process = "0.4.0"
@@ -215,7 +217,7 @@ jetbrains-compose-icons = "1.7.3"
215217
kobweb = "0.23.3"
216218
detekt = "1.23.8"
217219
detekt-compose-rules = "0.4.27"
218-
compose-hotreload = "1.0.0-rc01"
220+
compose-hotreload = "1.0.0-rc02"
219221
compose-icons = "1.1.1"
220222
compose-routing = "0.5.0"
221223
compose-fluent = "0.1.0"
@@ -418,6 +420,7 @@ ayza-for-pem = { module = "io.github.hakky54:ayza-for-pe
418420
oshi-core = { module = "com.github.oshi:oshi-core-java25" , version.ref = "oshi"}
419421
java-http = { module = "io.fusionauth:java-http" , version.ref = "java-http"}
420422
fusionauth-jwt = { module = "io.fusionauth:fusionauth-jwt" , version.ref = "fusionauth-jwt"}
423+
jackson-databind = { module = "tools.jackson.core:jackson-databind" , version.ref = "jackson"}
421424
# airlift-aircompressor = { module = "io.airlift:aircompressor" , version.ref = "airlift-aircompressor"}
422425
# airlift-security = { module = "io.airlift:security" , version.ref = "airlift-security"}
423426
# airlift-security-jwks = { module = "io.airlift:security-jwks" , version.ref = "airlift-security"}
@@ -767,7 +770,7 @@ graalvm-nativeimage = { id = "org.graalvm.buildtools.native"
767770
serviceloader-compiler = { id = "app.softwork.serviceloader-compiler" , version.ref = "kotlin-serviceloader" }
768771
exoquery = { id = "io.exoquery.exoquery-plugin" , version.ref = "exoquery-plugin" }
769772
kopy = { id = "com.javiersc.kotlin.kopy" , version.ref = "kopy"}
770-
chasm = { id = "io.github.charlietap.chasm.gradle" , version.ref = "chasm"}
773+
chasm = { id = "io.github.charlietap.chasm.gradle" , version.ref = "chasm-plugin"}
771774
semver = { id = "com.javiersc.semver" , version.ref = "semver-plugin" }
772775
redacted = { id = "dev.zacsweers.redacted" , version.ref = "kotlin-redacted"}
773776
gradle-develocity = { id = "com.gradle.develocity" , version.ref = "gradle-develocity" }

0 commit comments

Comments
 (0)