Upgrade dependencies

This commit is contained in:
2026-02-19 14:54:39 +01:00
parent 6d04f15c45
commit c718bc2c6a
22 changed files with 166 additions and 288 deletions

View File

@@ -1,17 +1,20 @@
[versions]
infendro = "1.0.0"
kotlin = "2.2.21"
ktor = "3.3.3"
exposed = "0.61.0"
migration = "1.1.0"
postgres = "42.7.8"
prng = "1.2.0"
otp = "1.2.0"
kdf = "1.0.3"
hash = "1.3.2"
bytearray = "1.2.4"
encoding = "1.2.0"
logback = "1.5.22"
infendro = "1.1.0"
kotlin = "2.3.0"
ktor = "3.4.0"
exposed = "1.0.0"
migration = "1.2.0"
postgres = "42.7.10"
bytes = "1.4.0"
encoding = "1.3.0"
hash = "1.6.0"
kdf = "1.2.0"
otp = "1.3.0"
prng = "1.3.0"
logback = "1.5.32"
[plugins]
infendro = { id = "com.infendro.plugin", version.ref = "infendro" }
@@ -36,11 +39,11 @@ exposed-jdbc = { module = "org.jetbrains.exposed:exposed-jdbc", version.ref = "e
migration = { module = "com.infendro:migration-ktor", version.ref = "migration" }
postgres = { module = "org.postgresql:postgresql", version.ref = "postgres" }
prng = { module = "com.infendro:prng", version.ref = "prng" }
otp = { module = "com.infendro:otp", version.ref = "otp" }
kdf = { module = "com.infendro:kdf", version.ref = "kdf" }
hash = { module = "com.infendro:hash", version.ref = "hash" }
bytearray = { module = "com.infendro:bytearray", version.ref = "bytearray" }
bytes = { module = "com.infendro:bytes", version.ref = "bytes" }
encoding = { module = "com.infendro:encoding", version.ref = "encoding" }
hash = { module = "com.infendro:hash", version.ref = "hash" }
kdf = { module = "com.infendro:kdf", version.ref = "kdf" }
otp = { module = "com.infendro:otp", version.ref = "otp" }
prng = { module = "com.infendro:prng", version.ref = "prng" }
logback = { module = "ch.qos.logback:logback-classic", version.ref = "logback" }