twigs/gradle/libs.versions.toml

52 lines
2.7 KiB
TOML
Raw Normal View History

2022-06-03 02:28:44 +00:00
[versions]
bcrypt = "0.9.0"
hikari = "5.1.0"
junit = "5.10.2"
Bump kotlin from 1.9.10 to 1.9.23 Bumps `kotlin` from 1.9.10 to 1.9.23. Updates `org.jetbrains.kotlin:kotlin-gradle-plugin` from 1.9.10 to 1.9.23 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.9.23/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.9.10...v1.9.23) Updates `org.jetbrains.kotlin:kotlin-reflect` from 1.9.10 to 1.9.23 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.9.23/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.9.10...v1.9.23) Updates `org.jetbrains.kotlin:kotlin-test-junit` from 1.9.10 to 1.9.23 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.9.23/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.9.10...v1.9.23) Updates `org.jetbrains.kotlin.jvm` from 1.9.10 to 1.9.23 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.9.23/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.9.10...v1.9.23) Updates `org.jetbrains.kotlin.plugin.serialization` from 1.9.10 to 1.9.23 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.9.23/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.9.10...v1.9.23) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.kotlin:kotlin-reflect dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.kotlin:kotlin-test-junit dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.kotlin.jvm dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.kotlin.plugin.serialization dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
2024-03-11 08:43:31 +00:00
kotlin = "1.9.23"
kotlinx-coroutines = "1.8.0"
Bump ktor from 2.3.4 to 2.3.9 Bumps `ktor` from 2.3.4 to 2.3.9. Updates `io.ktor:ktor-client-content-negotiation` from 2.3.4 to 2.3.9 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/2.3.9/CHANGELOG.md) - [Commits](https://github.com/ktorio/ktor/compare/2.3.4...2.3.9) Updates `io.ktor:ktor-serialization-kotlinx-json` from 2.3.4 to 2.3.9 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/2.3.9/CHANGELOG.md) - [Commits](https://github.com/ktorio/ktor/compare/2.3.4...2.3.9) Updates `io.ktor:ktor-server-auth` from 2.3.4 to 2.3.9 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/2.3.9/CHANGELOG.md) - [Commits](https://github.com/ktorio/ktor/compare/2.3.4...2.3.9) Updates `io.ktor:ktor-server-call-logging` from 2.3.4 to 2.3.9 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/2.3.9/CHANGELOG.md) - [Commits](https://github.com/ktorio/ktor/compare/2.3.4...2.3.9) Updates `io.ktor:ktor-server-cio` from 2.3.4 to 2.3.9 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/2.3.9/CHANGELOG.md) - [Commits](https://github.com/ktorio/ktor/compare/2.3.4...2.3.9) Updates `io.ktor:ktor-server-content-negotiation` from 2.3.4 to 2.3.9 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/2.3.9/CHANGELOG.md) - [Commits](https://github.com/ktorio/ktor/compare/2.3.4...2.3.9) Updates `io.ktor:ktor-server-core` from 2.3.4 to 2.3.9 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/2.3.9/CHANGELOG.md) - [Commits](https://github.com/ktorio/ktor/compare/2.3.4...2.3.9) Updates `io.ktor:ktor-server-cors` from 2.3.4 to 2.3.9 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/2.3.9/CHANGELOG.md) - [Commits](https://github.com/ktorio/ktor/compare/2.3.4...2.3.9) Updates `io.ktor:ktor-server-sessions` from 2.3.4 to 2.3.9 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/2.3.9/CHANGELOG.md) - [Commits](https://github.com/ktorio/ktor/compare/2.3.4...2.3.9) Updates `io.ktor:ktor-server-test-host` from 2.3.4 to 2.3.9 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/2.3.9/CHANGELOG.md) - [Commits](https://github.com/ktorio/ktor/compare/2.3.4...2.3.9) --- updated-dependencies: - dependency-name: io.ktor:ktor-client-content-negotiation dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.ktor:ktor-serialization-kotlinx-json dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.ktor:ktor-server-auth dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.ktor:ktor-server-call-logging dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.ktor:ktor-server-cio dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.ktor:ktor-server-content-negotiation dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.ktor:ktor-server-core dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.ktor:ktor-server-cors dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.ktor:ktor-server-sessions dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.ktor:ktor-server-test-host dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
2024-03-09 16:27:21 +00:00
ktor = "2.3.9"
logback = "1.5.3"
mail = "1.6.2"
postgres = "42.7.2"
shadow = "8.1.1"
sqlite = "3.45.1.0"
2022-06-03 02:28:44 +00:00
[libraries]
bcrypt = { module = "at.favre.lib:bcrypt", version.ref = "bcrypt" }
hikari = { module = "com.zaxxer:HikariCP", version.ref = "hikari" }
2022-06-03 02:28:44 +00:00
junit-jupiter-api = { module = "org.junit.jupiter:junit-jupiter-api", version.ref = "junit" }
junit-jupiter-engine = { module = "org.junit.jupiter:junit-jupiter-engine" }
kotlin-gradle = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version.ref = "kotlin" }
kotlin-reflect = { module = "org.jetbrains.kotlin:kotlin-reflect", version.ref = "kotlin" }
2023-09-27 02:04:55 +00:00
kotlin-test = { module = "org.jetbrains.kotlin:kotlin-test-junit", version.ref = "kotlin" }
kotlinx-coroutines-core = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-core", version.ref = "kotlinx-coroutines" }
kotlinx-coroutines-test = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-test", version.ref = "kotlinx-coroutines" }
2023-09-27 02:04:55 +00:00
ktor-client-content-negotiation = { module = "io.ktor:ktor-client-content-negotiation", version.ref = "ktor" }
ktor-serialization = { module = "io.ktor:ktor-serialization-kotlinx-json", version.ref = "ktor" }
ktor-server-auth = { module = "io.ktor:ktor-server-auth", version.ref = "ktor" }
ktor-server-call-logging = { module = "io.ktor:ktor-server-call-logging", version.ref = "ktor" }
2022-06-03 02:28:44 +00:00
ktor-server-cio = { module = "io.ktor:ktor-server-cio", version.ref = "ktor" }
ktor-server-content-negotiation = { module = "io.ktor:ktor-server-content-negotiation", version.ref = "ktor" }
2022-06-03 02:28:44 +00:00
ktor-server-core = { module = "io.ktor:ktor-server-core", version.ref = "ktor" }
ktor-server-cors = { module = "io.ktor:ktor-server-cors", version.ref = "ktor" }
2022-06-03 02:28:44 +00:00
ktor-server-sessions = { module = "io.ktor:ktor-server-sessions", version.ref = "ktor" }
2023-09-27 02:04:55 +00:00
ktor-server-test = { module = "io.ktor:ktor-server-test-host", version.ref = "ktor" }
2022-06-03 02:28:44 +00:00
logback = { module = "ch.qos.logback:logback-classic", version.ref = "logback" }
mail = { module = "com.sun.mail:javax.mail", version.ref = "mail" }
2022-06-03 02:28:44 +00:00
postgres = { module = "org.postgresql:postgresql", version.ref = "postgres" }
2023-08-08 02:41:54 +00:00
sqlite = { module = "org.xerial:sqlite-jdbc", version.ref = "sqlite" }
2022-06-03 02:28:44 +00:00
[bundles]
ktor-server = [
"ktor-server-call-logging",
"ktor-server-cio",
"ktor-server-content-negotiation",
"ktor-server-core",
"ktor-server-cors",
"ktor-server-sessions"
]
2022-06-03 02:28:44 +00:00
[plugins]
kotlin-jvm = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" }
kotlin-serialization = { id = "org.jetbrains.kotlin.plugin.serialization", version.ref = "kotlin" }
shadow = { id = "com.github.johnrengelman.shadow", version.ref = "shadow" }