Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kunyavskiy committed Feb 24, 2024
1 parent 41713b1 commit f378e69
Show file tree
Hide file tree
Showing 10 changed files with 38,776 additions and 77,324 deletions.
26 changes: 13 additions & 13 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,30 +1,30 @@
[versions]
ktor = "2.3.7" # https://ktor.io/
ktor = "2.3.8" # 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"
ksp = "1.9.21-1.0.16" # https://github.com/google/ksp
slf4j = "2.0.11" # https://www.slf4j.org/download.html
serialization = "1.6.3" # https://github.com/Kotlin/kotlinx.serialization
kotlin = "2.0.0-Beta4"
ksp = "2.0.0-Beta4-1.0.17" # https://github.com/google/ksp
slf4j = "2.0.12" # https://www.slf4j.org/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.46.0" # https://github.com/JetBrains/Exposed
node-plugin = "7.0.2" # https://github.com/node-gradle/gradle-node-plugin
coroutines = "1.8.0" # https://github.com/Kotlin/kotlinx.coroutines/
exposed = "0.47.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.45.0.0" # https://github.com/xerial/sqlite-jdbc
sqlite = "3.45.1.0" # https://github.com/xerial/sqlite-jdbc
clikt = "4.2.2" # https://ajalt.github.io/clikt/
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.2" # https://mvnrepository.com/artifact/com.google.protobuf/protobuf-kotlin
grpc = "1.60.0" # https://github.com/grpc/grpc
protobuf = "3.25.3" # https://mvnrepository.com/artifact/com.google.protobuf/protobuf-kotlin
grpc = "1.61.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
retrofit = "2.9.0" # https://mvnrepository.com/artifact/com.squareup.retrofit2/retrofit
json5 = "0.3.0" # https://github.com/xn32/json5k
kxs-ts-gen = "0.2.4" # https://github.com/adamko-dev/kotlinx-serialization-typescript-generator
apache-commons-csv = "1.10.0" # https://commons.apache.org/proper/commons-csv/
graphql = "7.0.2" # https://github.com/ExpediaGroup/graphql-kotlin/tree/master
bcv = "0.13.2" # https://github.com/Kotlin/binary-compatibility-validator
bcv = "0.14.0" # https://github.com/Kotlin/binary-compatibility-validator

[libraries]

Expand Down
430 changes: 215 additions & 215 deletions src/cds/api/cds.api

Large diffs are not rendered by default.

Loading

0 comments on commit f378e69

Please sign in to comment.