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