-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathlibs.versions.toml
More file actions
43 lines (40 loc) · 2.81 KB
/
Copy pathlibs.versions.toml
File metadata and controls
43 lines (40 loc) · 2.81 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
31
32
33
34
35
36
37
38
39
40
41
42
43
[versions]
binary-compatibility-validator = "0.18.1"
dokka = "2.2.0"
kotlin = "2.3.21"
kover = "0.9.8"
publish-plugin = "0.36.0"
versions-plugin = "0.54.0"
ktfmt-plugin = "0.26.0"
[libraries]
# Plugins specified in buildSrc/build.gradle.kts
binary-compatibility-validator-plugin = { module = "org.jetbrains.kotlinx.binary-compatibility-validator:org.jetbrains.kotlinx.binary-compatibility-validator.gradle.plugin", version.ref = "binary-compatibility-validator" }
dokka-gradle-plugin = { module = "org.jetbrains.dokka:dokka-gradle-plugin", version.ref = "dokka" }
gradle-versions-plugin = { module = "com.github.ben-manes:gradle-versions-plugin", version.ref = "versions-plugin" }
kotlin-gradle-plugin = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version.ref = "kotlin" }
kover-gradle-plugin = { module = "org.jetbrains.kotlinx:kover-gradle-plugin", version.ref = "kover" }
vanniktech-publish-plugin = { module = "com.vanniktech:gradle-maven-publish-plugin", version.ref = "publish-plugin" }
ktfmt-gradle-plugin = { module = "com.ncorti.ktfmt.gradle:com.ncorti.ktfmt.gradle.gradle.plugin", version.ref = "ktfmt-plugin" }
# Libraries
funfix-tasks-jvm = { module = "org.funfix:tasks-jvm", version = "0.4.1" }
hikaricp = { module = "com.zaxxer:HikariCP", version = "7.0.2" }
logback-classic = { module = "ch.qos.logback:logback-classic", version = "1.5.33" }
jdbc-hsqldb = { module = "org.hsqldb:hsqldb", version = "2.7.4" }
jdbc-h2 = { module = "com.h2database:h2", version = "2.4.240" }
jdbc-sqlite = { module = "org.xerial:sqlite-jdbc", version = "3.53.1.0" }
jdbc-mssql = { module = "com.microsoft.sqlserver:mssql-jdbc", version = "13.4.0.jre11" }
jdbc-mariadb = { module = "org.mariadb.jdbc:mariadb-java-client", version = "3.5.8" }
jdbc-mysql = { module = "com.mysql:mysql-connector-j", version = "9.7.0" }
jdbc-postgresql = { module = "org.postgresql:postgresql", version = "42.7.11" }
jdbc-oracle = { module = "com.oracle.database.jdbc:ojdbc11", version = "23.26.2.0.0" }
junit-bom = { module = "org.junit:junit-bom", version = "6.1.0" }
junit-jupiter = { module = "org.junit.jupiter:junit-jupiter" }
junit-platform-launcher = { module = "org.junit.platform:junit-platform-launcher" }
testcontainers-bom = { module = "org.testcontainers:testcontainers-bom", version = "2.0.5" }
testcontainers = { module = "org.testcontainers:testcontainers" }
testcontainers-junit-jupiter = { module = "org.testcontainers:testcontainers-junit-jupiter" }
testcontainers-mssqlserver = { module = "org.testcontainers:testcontainers-mssqlserver" }
testcontainers-mariadb = { module = "org.testcontainers:testcontainers-mariadb" }
testcontainers-mysql = { module = "org.testcontainers:testcontainers-mysql" }
testcontainers-postgresql = { module = "org.testcontainers:testcontainers-postgresql" }
testcontainers-oracle = { module = "org.testcontainers:testcontainers-oracle-xe" }