Skip to content

Commit cf704d6

Browse files
committed
chore: dep updates
1 parent 3e46038 commit cf704d6

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

gradle/libs.versions.toml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ kotlinx-multik = "0.2.3"
4545
kotlinx-dataframe = "1.0.0-Beta3"
4646
kotlinx-kandy = "0.9.0-dev-86"
4747
kotlin-statistics = "0.4.0-RC1"
48+
kotlin-base32 = "1.0.0"
4849
gradle-kotlin-dsl = "6.4.1"
4950
exoquery-plugin = "2.2.20-1.7.2.PL"
5051
exoquery-sql = "1.7.2.PL"
@@ -53,11 +54,11 @@ postgresql = "42.7.8"
5354
embedded-postgres = "2.1.1"
5455
embedded-postgres-bom = "17.6.0"
5556
evas = "1.3.0"
56-
kopy = "0.19.0+2.2.20"
57+
kopy = "0.20.0+2.2.21"
5758
poko = "0.20.1"
5859
mappie = "2.2.21-1.6.1"
5960
akkurate = "0.11.0"
60-
kaml = "0.99.0"
61+
kaml = "0.102.0"
6162
snakeyaml-engine-kmp = "4.0.1"
6263
konsist = "0.17.3"
6364
decoroutinator = "2.5.7"
@@ -205,7 +206,7 @@ rwmutex = "1.0.0"
205206
bluesky-ozone = "0.3.3"
206207
cidre = "0.3.0"
207208
voices = "0.0.7"
208-
onnx = "1.23.1"
209+
onnx = "1.23.2"
209210
angus-mail = "2.1.0-M1"
210211
simplemail = "8.12.6"
211212

@@ -328,6 +329,7 @@ kotlin-redacted-annotations = { module = "dev.zacsweers.redacted:redact
328329
kotlin-cryptography-core = { module = "dev.whyoleg.cryptography:cryptography-core" , version.ref = "kotlin-cryptography"}
329330
kotlin-cryptography-random = { module = "dev.whyoleg.cryptography:cryptography-random" , version.ref = "kotlin-cryptography"}
330331
kotlin-cryptography-optimal = { module = "dev.whyoleg.cryptography:cryptography-provider-optimal" , version.ref = "kotlin-cryptography"}
332+
kotlin-base32 = { module = "com.osmerion.kotlin:kotlin-base32" , version.ref = "kotlin-base32"}
331333
jspecify = { module = "org.jspecify:jspecify" , version.ref = "jspecify"}
332334
kmpmt = { module = "com.jakewharton.kmpmt:kmpmt-gradle-plugin" , version.ref = "kmpmt" }
333335

0 commit comments

Comments
 (0)