Skip to content

Commit a84661e

Browse files
committed
chore: dep updates
1 parent 4ba9d50 commit a84661e

File tree

1 file changed

+15
-14
lines changed

1 file changed

+15
-14
lines changed

gradle/libs.versions.toml

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ org-url = "https://suresh.dev"
2222
# Dependency Versions
2323
bc-plugins = "2.6.7"
2424
kotlinx-kover = "0.9.1"
25-
kotlinx-bcv = "0.18.1"
2625
kotlin-dokka = "2.0.0"
2726
kotlinx-io = "0.8.0"
2827
kotlinx-atomicfu = "0.29.0"
@@ -43,34 +42,35 @@ kotlin-wrappers = "2025.8.12"
4342
kotlin-redacted = "1.15.0-2.2.20-Beta2-alpha01"
4443
kotlin-serviceloader = "0.0.19"
4544
kotlinx-multik = "0.2.3"
46-
kotlinx-dataframe = "1.0.0-dev-8117"
45+
kotlinx-dataframe = "1.0.0-Beta2"
4746
kotlinx-kandy = "0.8.1-local-5-dev-74"
4847
kotlin-statistics = "0.4.0-RC1"
4948
gradle-kotlin-dsl = "6.2.0"
50-
exoquery-plugin = "2.2.0-1.4.0.PL.RC3"
51-
exoquery-sql = "1.4.0.PL.RC3"
49+
exoquery-plugin = "2.2.0-1.4.0.PL.RC4 "
50+
exoquery-sql = "1.4.0.PL.RC4"
5251
exposed = "1.0.0-beta-5"
5352
postgresql = "42.7.7"
5453
embedded-postgres = "2.1.0"
5554
embedded-postgres-bom = "17.5.0"
5655
evas = "1.3.0"
57-
kopy = "0.18.0+"
56+
kopy = "0.16.3+2.1.21"
5857
poko = "0.19.3"
5958
mappie = "2.2.0-1.4.1"
6059
akkurate = "0.11.0"
61-
kaml = "0.85.0"
62-
snakeyaml-engine-kmp = "3.1.1"
60+
kaml = "0.91.0"
61+
snakeyaml-engine-kmp = "3.2.0"
6362
konsist = "0.17.3"
6463
decoroutinator = "2.5.6"
6564
spring-boot = "4.0.0-M1"
6665
spring-depmgmt = "1.1.7"
6766
ktor = "3.2.3"
67+
swagger-codegen = "3.0.71"
6868
ktor-cohort = "2.7.2"
6969
fusionauth-http = "0.4.0-RC.4"
7070
otel = "1.53.0"
7171
otel-alpha = "1.53.0-alpha"
7272
otel-instr = "2.18.1"
73-
otel-instr-alpha = "2.19.0-alpha"
73+
otel-instr-alpha = "2.18.1-alpha"
7474
otel-semconv = "1.34.0"
7575
otel-contrib = "1.48.0-alpha"
7676
otel-kotlin = "0.3.1"
@@ -96,7 +96,7 @@ junit = "6.0.0-M2"
9696
koin = "4.1.1-Beta1"
9797
koin-annotations = "2.1.1-RC1"
9898
metro = "0.4.0"
99-
kotest = "6.0.0.M16"
99+
kotest = "6.0.0.M17"
100100
mockk = "1.14.5"
101101
mokkery = "3.0.0-Beta1"
102102
wiremock = "4.0.0-beta.15"
@@ -204,9 +204,9 @@ bluesky-ozone = "0.3.3"
204204

205205
# Compose
206206
jetbrains-compose = "1.9.0-beta03"
207-
jetbrains-compose-viewmodel = "2.9.1"
208-
jetbrains-compose-nav = "2.9.0-beta04"
209-
jetbrains-compose-adaptive = "1.2.0-alpha04"
207+
jetbrains-compose-viewmodel = "2.9.2"
208+
jetbrains-compose-nav = "2.9.0-beta05"
209+
jetbrains-compose-adaptive = "1.2.0-alpha05"
210210
jetbrains-compose-icons = "1.7.3"
211211
kobweb = "0.23.0"
212212
detekt = "1.23.8"
@@ -242,7 +242,7 @@ gratatouille = "0.1.0"
242242
vercraft = "0.6.0"
243243
kmpmt = "0.1.1"
244244
tasktree = "4.0.1"
245-
sigstore = "1.3.0"
245+
sigstore = "2.0.0-rc1"
246246
reproducible-builds = "1.0"
247247
autonomousapps-depanalysis = "2.19.0"
248248
autonomousapps-bestpractices = "0.10"
@@ -355,9 +355,11 @@ ktor-server-forwarded-header = { module = "io.ktor:ktor-server-forwarded
355355
ktor-server-html = { module = "io.ktor:ktor-server-html-builder" , version.ref = "ktor"}
356356
ktor-server-websockets = { module = "io.ktor:ktor-server-websockets" , version.ref = "ktor"}
357357
ktor-server-sse = { module = "io.ktor:ktor-server-sse" , version.ref = "ktor"}
358+
ktor-server-config-yaml = { module = "io.ktor:ktor-server-config-yaml" , version.ref = "ktor"}
358359
ktor-server-test-host = { module = "io.ktor:ktor-server-test-host" , version.ref = "ktor"}
359360
ktor-serialization-json = { module = "io.ktor:ktor-serialization-kotlinx-json" , version.ref = "ktor"}
360361
ktor-serialization-xml = { module = "io.ktor:ktor-serialization-kotlinx-xml" , version.ref = "ktor"}
362+
swagger-codegen = { module = "io.swagger.codegen.v3:swagger-codegen" , version.ref = "swagger-codegen"}
361363

362364
ktor-client-core = { module = "io.ktor:ktor-client-core" , version.ref = "ktor"}
363365
ktor-client-cio = { module = "io.ktor:ktor-client-cio" , version.ref = "ktor"}
@@ -727,7 +729,6 @@ kotlinx-atomicfu = { id = "org.jetbrains.kotlinx.atomicfu"
727729
kotlinx-benchmark = { id = "org.jetbrains.kotlinx.benchmark" , version.ref = "kotlinx-benchmark" }
728730
kotlinx-fuzz = { id = "kotlinx.fuzz.gradle" , version.ref = "kotlinx-fuzz" }
729731
kotlinx-rpc = { id = "org.jetbrains.kotlinx.rpc.plugin" , version.ref = "kotlinx-rpc" }
730-
kotlinx-bcv = { id = "org.jetbrains.kotlinx.binary-compatibility-validator" , version.ref = "kotlinx-bcv"}
731732
kotlinx-kover = { id = "org.jetbrains.kotlinx.kover" , version.ref = "kotlinx-kover" }
732733
jetbrains-compose = { id = "org.jetbrains.compose" , version.ref = "jetbrains-compose"}
733734
jetbrains-compose-hotreload = { id = "org.jetbrains.compose.hot-reload" , version.ref = "compose-hotreload"}

0 commit comments

Comments
 (0)