Skip to content

Commit

Permalink
Dependencies update
Browse files Browse the repository at this point in the history
  • Loading branch information
kunyavskiy committed Dec 16, 2023
1 parent 0fc4377 commit efce995
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
[versions]
ktor = "2.3.6" # https://ktor.io/
datetime = "0.4.1" # https://github.com/Kotlin/kotlinx-datetime
serialization = "1.6.1" # https://github.com/Kotlin/kotlinx.serialization
kotlin = "1.9.20"
ktor = "2.3.7" # https://ktor.io/
datetime = "0.5.0" # https://github.com/Kotlin/kotlinx-datetime
serialization = "1.6.2" # https://github.com/Kotlin/kotlinx.serialization
kotlin = "1.9.21"
slf4j = "2.0.9" # https://www.slf4j.org/download.html
logback = "1.4.11" # https://logback.qos.ch/download.html
logback = "1.4.14" # https://logback.qos.ch/download.html
node-plugin = "7.0.1" # https://github.com/node-gradle/gradle-node-plugin
coroutines = "1.7.3" # https://github.com/Kotlin/kotlinx.coroutines/
exposed = "0.42.1" # https://github.com/JetBrains/Exposed
exposed = "0.45.0" # https://github.com/JetBrains/Exposed
telegram-bot = "6.1.0" # https://github.com/kotlin-telegram-bot/kotlin-telegram-bot
shadow-plugin = "8.1.1" # https://github.com/johnrengelman/shadow
sqlite = "3.42.0.0" # https://github.com/xerial/sqlite-jdbc
sqlite = "3.44.1.0" # https://github.com/xerial/sqlite-jdbc
clikt = "4.2.1" # https://ajalt.github.io/clikt/
immutable = "0.3.6" # https://github.com/Kotlin/kotlinx.collections.immutable
immutable = "0.3.7" # https://github.com/Kotlin/kotlinx.collections.immutable
protobuf-plugin = "0.9.4" # https://github.com/google/protobuf-gradle-plugin
protobuf = "3.25.0" # https://mvnrepository.com/artifact/com.google.protobuf/protobuf-kotlin
grpc = "1.59.0" # https://github.com/grpc/grpc
grpc-kotlin = "1.4.0" # https://github.com/grpc/grpc-kotlin
protobuf = "3.25.1" # https://mvnrepository.com/artifact/com.google.protobuf/protobuf-kotlin
grpc = "1.60.0" # https://github.com/grpc/grpc
grpc-kotlin = "1.4.1" # https://github.com/grpc/grpc-kotlin
dokka = "1.9.10" # https://github.com/Kotlin/dokka
retrofit = "2.9.0" # https://mvnrepository.com/artifact/com.squareup.retrofit2/retrofit/2.9.0
json5 = "0.3.0" # https://github.com/xn32/json5k
Expand Down

0 comments on commit efce995

Please sign in to comment.