-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlibs.versions.toml
More file actions
30 lines (27 loc) · 1.74 KB
/
Copy pathlibs.versions.toml
File metadata and controls
30 lines (27 loc) · 1.74 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
[versions]
confluent = "7.5.3"
kafka = "6.2.14-ce"
kotlin = "1.9.22"
kotest = "5.8.0"
[libraries]
archunit = { module = "com.tngtech.archunit:archunit-junit5", version = "1.2.1" }
logback = { module = "ch.qos.logback:logback-classic", version = "1.6.1" }
jackson-module-kotlin = { module = "com.fasterxml.jackson.module:jackson-module-kotlin", version = "2.16.1" }
kafka-clients = { module = "org.apache.kafka:kafka-clients", version.ref = "kafka"}
kafka-connect = { module = "org.apache.kafka:connect-runtime", version.ref = "kafka"}
kafka-json = { module = "io.confluent:kafka-json-serializer", version.ref = "confluent"}
kafka-streams = { module = "org.apache.kafka:kafka-streams", version.ref = "kafka"}
kafka-streams-json-serde = { module = "io.confluent:kafka-streams-json-schema-serde", version.ref = "confluent"}
kotlin-stdlib = { module = "org.jetbrains.kotlin:kotlin-stdlib", version.ref = "kotlin" }
kotest-junit5 = { module = "io.kotest:kotest-runner-junit5", version.ref = "kotest" }
kotest-assertions-core = { module = "io.kotest:kotest-assertions-core", version.ref = "kotest" }
kotest-assertions-core-jvm = { module = "io.kotest:kotest-assertions-core-jvm", version.ref = "kotest" }
reactivex = { module = "io.reactivex.rxjava3:rxkotlin", version = "3.0.1" }
signalr = { module = "com.microsoft.signalr:signalr", version = "8.0.1" }
[bundles]
kotlin-testing = ["archunit","kotest-junit5", "kotest-assertions-core", "kotest-assertions-core-jvm"]
[plugins]
dokka = { id ="org.jetbrains.dokka", version = "1.9.10" }
kotlin-jvm = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" }
kotlin-qa = { id = "org.danilopianini.gradle-kotlin-qa", version = "0.58.0" }
kotlin-serialization = { id = "org.jetbrains.kotlin.plugin.serialization", version.ref = "kotlin" }