diff --git a/build.gradle.kts b/build.gradle.kts index 51b32df..8a3598c 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -1,9 +1,9 @@ import groovy.lang.Closure plugins { - kotlin("jvm") version "2.3.20" + kotlin("jvm") version "2.4.0" java - kotlin("plugin.serialization") version "2.3.20" + kotlin("plugin.serialization") version "2.4.0" application id("com.palantir.git-version") version "5.0.0" id("com.google.cloud.tools.jib") version "3.5.3" @@ -21,27 +21,27 @@ repositories { dependencies { implementation(kotlin("stdlib")) - implementation("dev.reformator.stacktracedecoroutinator:stacktrace-decoroutinator-jvm:2.6.2") + implementation("dev.reformator.stacktracedecoroutinator:stacktrace-decoroutinator-jvm:2.6.4") - implementation("io.github.oshai:kotlin-logging-jvm:8.0.01") + implementation("io.github.oshai:kotlin-logging-jvm:8.0.4") implementation("org.slf4j:slf4j-api:2.1.0-alpha1") - implementation("ch.qos.logback:logback-classic:1.5.32") + implementation("ch.qos.logback:logback-classic:1.5.37") implementation("com.fasterxml.jackson.module:jackson-module-kotlin") implementation("org.jetbrains.kotlin:kotlin-reflect") - runtimeOnly("org.postgresql:postgresql:42.7.11") - implementation("com.zaxxer:HikariCP:7.0.2") - implementation("org.flywaydb:flyway-core:12.3.0") - runtimeOnly("org.flywaydb:flyway-database-postgresql:12.3.0") + runtimeOnly("org.postgresql:postgresql:42.7.12") + implementation("com.zaxxer:HikariCP:7.1.0") + implementation("org.flywaydb:flyway-core:12.10.0") + runtimeOnly("org.flywaydb:flyway-database-postgresql:12.10.0") - implementation("net.dv8tion:JDA:6.4.1") - implementation("io.github.freya022:BotCommands:3.1.0") + implementation("net.dv8tion:JDA:6.4.2") + implementation("io.github.freya022:BotCommands:3.3.0") - implementation("com.google.code.gson:gson:2.13.2") - implementation("io.github.freya022:BotCommands-jda-ktx:3.1.0") + implementation("com.google.code.gson:gson:2.14.0") + implementation("io.github.freya022:BotCommands-jda-ktx:3.3.0") - implementation("io.micrometer:micrometer-registry-prometheus:1.16.5") + implementation("io.micrometer:micrometer-registry-prometheus:1.17.0") } diff --git a/settings.gradle.kts b/settings.gradle.kts index 409fce9..5f05ef9 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -1,6 +1,6 @@ pluginManagement { plugins { - kotlin("jvm") version "2.3.20" + kotlin("jvm") version "2.4.0" } } plugins {