update dependencies
This commit is contained in:
@@ -1,17 +1,20 @@
|
||||
[versions]
|
||||
kotlin = "2.2.10"
|
||||
ktor = "3.2.3"
|
||||
infendro = "1.0.0"
|
||||
kotlin = "2.2.21"
|
||||
ktor = "3.3.3"
|
||||
exposed = "0.61.0"
|
||||
migration = "1.1.0"
|
||||
postgres = "42.7.5"
|
||||
random = "1.0.0"
|
||||
otp = "1.1.1"
|
||||
postgres = "42.7.8"
|
||||
prng = "1.2.0"
|
||||
otp = "1.2.0"
|
||||
kdf = "1.0.3"
|
||||
hash = "1.2.2"
|
||||
encoding = "1.1.0"
|
||||
logback = "1.5.18"
|
||||
hash = "1.3.2"
|
||||
bytearray = "1.2.4"
|
||||
encoding = "1.2.0"
|
||||
logback = "1.5.22"
|
||||
|
||||
[plugins]
|
||||
infendro = { id = "com.infendro.plugin", version.ref = "infendro" }
|
||||
kotlin = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" }
|
||||
ktor = { id = "io.ktor.plugin", version.ref = "ktor" }
|
||||
serialization = { id = "org.jetbrains.kotlin.plugin.serialization", version.ref = "kotlin" }
|
||||
@@ -30,13 +33,14 @@ ktor-server-validation = { module = "io.ktor:ktor-server-request-validation", ve
|
||||
exposed = { module = "org.jetbrains.exposed:exposed-core", version.ref = "exposed" }
|
||||
exposed-dao = { module = "org.jetbrains.exposed:exposed-dao", version.ref = "exposed" }
|
||||
exposed-jdbc = { module = "org.jetbrains.exposed:exposed-jdbc", version.ref = "exposed" }
|
||||
migration = { module = "com.infendro:ktor-migration", version.ref = "migration" }
|
||||
migration = { module = "com.infendro:migration-ktor", version.ref = "migration" }
|
||||
postgres = { module = "org.postgresql:postgresql", version.ref = "postgres" }
|
||||
|
||||
random = { module = "com.infendro:random", version.ref = "random" }
|
||||
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" }
|
||||
encoding = { module = "com.infendro:encoding", version.ref = "encoding" }
|
||||
|
||||
logback = { module = "ch.qos.logback:logback-classic", version.ref = "logback" }
|
||||
|
||||
Reference in New Issue
Block a user