mirror of
https://github.com/dalbodeule/chibot-chzzk-bot.git
synced 2025-08-07 21:01:14 +00:00
dependencies update
This commit is contained in:
@@ -11,25 +11,25 @@ repositories {
|
||||
|
||||
dependencies {
|
||||
// https://mvnrepository.com/artifact/org.jetbrains.exposed/exposed-core
|
||||
api("org.jetbrains.exposed:exposed-core:0.53.0")
|
||||
api("org.jetbrains.exposed:exposed-core:0.56.0")
|
||||
// https://mvnrepository.com/artifact/org.jetbrains.exposed/exposed-dao
|
||||
api("org.jetbrains.exposed:exposed-dao:0.53.0")
|
||||
api("org.jetbrains.exposed:exposed-dao:0.56.0")
|
||||
// https://mvnrepository.com/artifact/org.jetbrains.exposed/exposed-jdbc
|
||||
api("org.jetbrains.exposed:exposed-jdbc:0.53.0")
|
||||
api("org.jetbrains.exposed:exposed-jdbc:0.56.0")
|
||||
// https://mvnrepository.com/artifact/org.jetbrains.exposed/exposed-kotlin-datetime
|
||||
api("org.jetbrains.exposed:exposed-java-time:0.53.0")
|
||||
api("org.jetbrains.exposed:exposed-java-time:0.56.0")
|
||||
|
||||
// https://mvnrepository.com/artifact/com.zaxxer/HikariCP
|
||||
api("com.zaxxer:HikariCP:5.1.0")
|
||||
api("com.zaxxer:HikariCP:6.1.0")
|
||||
|
||||
// https://mvnrepository.com/artifact/ch.qos.logback/logback-classic
|
||||
implementation("ch.qos.logback:logback-classic:1.5.6")
|
||||
implementation("ch.qos.logback:logback-classic:1.5.12")
|
||||
|
||||
// https://mvnrepository.com/artifact/org.mariadb.jdbc/mariadb-java-client
|
||||
implementation("org.mariadb.jdbc:mariadb-java-client:3.4.1")
|
||||
implementation("org.mariadb.jdbc:mariadb-java-client:3.5.0")
|
||||
|
||||
// https://mvnrepository.com/artifact/io.github.cdimascio/dotenv-kotlin
|
||||
implementation("io.github.cdimascio:dotenv-kotlin:6.4.1")
|
||||
implementation("io.github.cdimascio:dotenv-kotlin:6.4.2")
|
||||
|
||||
// https://mvnrepository.com/artifact/com.squareup.okhttp3/okhttp
|
||||
implementation("com.squareup.okhttp3:okhttp:4.12.0")
|
||||
|
Reference in New Issue
Block a user